diff --git a/reference/strings/functions/wordwrap.xml b/reference/strings/functions/wordwrap.xml index 0cafb25e6f..1a9b498933 100644 --- a/reference/strings/functions/wordwrap.xml +++ b/reference/strings/functions/wordwrap.xml @@ -1,5 +1,5 @@ - + wordwrap @@ -56,9 +56,9 @@ If the cut is set to &true;, the string is - always wrapped at the specified width. So if you have a word that - is larger than the given width, it is broken apart. (See second - example). + always wrapped at or before the specified width. So if you have + a word that is larger than the given width, it is broken apart. + (See second example).