Skip to content

Commit

Permalink
Update stdlib/Unicode/src/Unicode.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Stock <42280794+sostock@users.noreply.github.com>
  • Loading branch information
stevengj and sostock committed Mar 31, 2022
1 parent 2204f8b commit df67e76
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 @@ -144,7 +144,7 @@ letter combined with an accent mark is a single grapheme.)
graphemes(s::AbstractString) = Base.Unicode.GraphemeIterator{typeof(s)}(s)

"""
graphemes(s::AbstractString, m:n) -> `SubString`
graphemes(s::AbstractString, m:n) -> SubString
Returns a [`SubString`](@ref) of `s` consisting of the `m`-th
through `n`-th graphemes of the string `s`, where the second
Expand Down

0 comments on commit df67e76

Please sign in to comment.