We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070f25f commit 4a804b4Copy full SHA for 4a804b4
base/strings/substring.jl
@@ -128,7 +128,7 @@ end
128
Reverses a string. Technically, this function reverses the codepoints in a string and its
129
main utility is for reversed-order string processing, especially for reversed
130
regular-expression searches. See also [`reverseind`](@ref) to convert indices in `s` to
131
-indices in `reverse(s)` and vice-versa, and [`Unicode.graphemes`](@ref Unicode.graphemes) to
+indices in `reverse(s)` and vice-versa, and `Unicode.graphemes` to
132
operate on user-visible "characters" (graphemes) rather than codepoints.
133
See also [`Iterators.reverse`](@ref) for
134
reverse-order iteration without making a copy. Custom string types must implement the
0 commit comments