Skip to content

Commit

Permalink
Update Unicode.jl (#50087)
Browse files Browse the repository at this point in the history
Correct confusing typo in documentation
  • Loading branch information
eschnett committed Jun 9, 2023
1 parent 746a15b commit 7ceea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Unicode/src/Unicode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ to perform custom normalizations, such as [`Unicode.julia_chartransform`](@ref).
For example, the string `"noël"` can be constructed in two canonically equivalent ways
in Unicode, depending on whether `"ë"` is formed from a single codepoint U+00EB or
from the ASCII character `'o'` followed by the U+0308 combining-diaeresis character.
from the ASCII character `'e'` followed by the U+0308 combining-diaeresis character.
```jldoctest
julia> s1 = "no\u00EBl"
Expand Down

0 comments on commit 7ceea13

Please sign in to comment.