We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e47d1 commit 6a17a70Copy full SHA for 6a17a70
src/docstrings.jl
@@ -760,8 +760,11 @@ The wrapped string.
760
761
Examples
762
```jldoctest
763
-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\ntext that should be\nwrapped based on the\ngiven width and\nbreaking rules."
765
-
+julia> println(str_wrap("This is an example text that should be wrapped based on the given width and breaking rules.", width=20))
+This is an example
+text that should be
766
+wrapped based on the
767
+given width and
768
+breaking rules.
769
```
770
"""
0 commit comments