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