Skip to content

Commit

Permalink
Document where wordwrap() wraps (#1524)
Browse files Browse the repository at this point in the history
* Document when wordwrap() wraps

---------

Co-authored-by: Jim Winstead <[email protected]>
  • Loading branch information
da2x and jimwins committed Sep 29, 2024
1 parent 5af4624 commit 2ed0a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reference/strings/functions/wordwrap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<para>
Wraps a string to a given number of characters using a string break
character.
Strings wrap after a space (U+20) character unless <parameter>cut_long_words</parameter>
is set to &true;.
</para>
</refsect1>

Expand Down

0 comments on commit 2ed0a46

Please sign in to comment.