Skip to content

Commit

Permalink
Fix doctest from utf8proc update. (JuliaLang#31688)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Apr 12, 2019
1 parent 5ce94d8 commit bbb8eae
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 bbb8eae

Please sign in to comment.