Skip to content

Commit 07e47d1

Browse files
committed
try #2
1 parent 8b6e4b1 commit 07e47d1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/docstrings.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -761,10 +761,7 @@ The wrapped string.
761761
Examples
762762
```jldoctest
763763
julia> str_wrap("This is an example text that should be wrapped based on the given width and breaking rules.", width=20, whitespace_only=true)
764-
"This is an example
765-
text that should be
766-
wrapped based on the
767-
given width and
768-
breaking rules."
764+
"This is an example\ntext that should be\nwrapped based on the\ngiven width and\nbreaking rules."
765+
769766
```
770767
"""

0 commit comments

Comments
 (0)