From 013472b27790176a9ba5df8f131804b595c7f28d Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 23 Jun 2009 05:11:34 +0000 Subject: [PATCH] Tweak git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282622 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/wordwrap.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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).