Skip to content

Commit 8070033

Browse files
committed
Temporarily adapt link to fix building docs
1 parent b6bdcda commit 8070033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/strings/substring.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ end
128128
Reverses a string. Technically, this function reverses the codepoints in a string and its
129129
main utility is for reversed-order string processing, especially for reversed
130130
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
131+
indices in `reverse(s)` and vice-versa, and [`Unicode.graphemes`](@ref Base.UTF8proc.graphemes) to
132132
operate on user-visible "characters" (graphemes) rather than codepoints.
133133
See also [`Iterators.reverse`](@ref) for
134134
reverse-order iteration without making a copy. Custom string types must implement the

0 commit comments

Comments
 (0)