From 2f28bc19760b3736bb57818efb67d111bd6fbc73 Mon Sep 17 00:00:00 2001 From: Tom Sommer Date: Wed, 28 Jul 2004 00:10:34 +0000 Subject: [PATCH] Change wording to make sense git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164511 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/hebrev.xml | 6 +++--- reference/strings/functions/hebrevc.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/strings/functions/hebrev.xml b/reference/strings/functions/hebrev.xml index 8a764e7463..d0d1dd0f6b 100644 --- a/reference/strings/functions/hebrev.xml +++ b/reference/strings/functions/hebrev.xml @@ -1,5 +1,5 @@ - + @@ -17,8 +17,8 @@ The optional parameter max_chars_per_line - indicates maximum number of characters per line will be - output. The function tries to avoid breaking words. + indicates maximum number of characters per line that will be + returned. The function tries to avoid breaking words. See also hebrevc diff --git a/reference/strings/functions/hebrevc.xml b/reference/strings/functions/hebrevc.xml index 75d10a1fc6..51a212919b 100644 --- a/reference/strings/functions/hebrevc.xml +++ b/reference/strings/functions/hebrevc.xml @@ -1,5 +1,5 @@ - + @@ -19,8 +19,8 @@ This function is similar to hebrev with the difference that it converts newlines (\n) to "<br>\n". The optional parameter max_chars_per_line - indicates maximum number of characters per line will be - output. The function tries to avoid breaking words. + indicates maximum number of characters per line that will be + returned. The function tries to avoid breaking words. See also hebrev