Skip to content

Commit

Permalink
Fix doctest from utf8proc update. (#31688)
Browse files Browse the repository at this point in the history
(cherry picked from commit bbb8eae)
  • Loading branch information
fredrikekre authored and KristofferC committed Apr 15, 2019
1 parent 4a6b3c5 commit e3150fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/strings/unicode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Give the number of columns needed to print a character.
julia> textwidth('α')
1
julia> textwidth('')
julia> textwidth('')
2
```
"""
Expand Down

0 comments on commit e3150fc

Please sign in to comment.