Skip to content

Commit

Permalink
Merge pull request dlang#6627 from aG0aep6G/byGrapheme
Browse files Browse the repository at this point in the history
[Ddoc] make "grapheme" a link
  • Loading branch information
wilzbach committed Jul 4, 2018
2 parents 4197828 + 4338d34 commit d368772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/uni.d
Original file line number Diff line number Diff line change
Expand Up @@ -7167,7 +7167,7 @@ if (isInputRange!Input && is(Unqual!(ElementType!Input) == dchar))
}

/++
$(P Iterate a string by grapheme.)
$(P Iterate a string by $(LREF Grapheme).)
$(P Useful for doing string manipulation that needs to be aware
of graphemes.)
Expand Down

0 comments on commit d368772

Please sign in to comment.