Change wording to make sense

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164511 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Tom Sommer 2004-07-28 00:10:34 +00:00
parent 1e2537a6cf
commit 2f28bc1976
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.34 -->
<refentry id="function.hebrev">
<refnamediv>
@ -17,8 +17,8 @@
</methodsynopsis>
<para>
The optional parameter <parameter>max_chars_per_line</parameter>
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.
</para>
<para>
See also <function>hebrevc</function>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.34 -->
<refentry id="function.hebrevc">
<refnamediv>
@ -19,8 +19,8 @@
This function is similar to <function>hebrev</function> with the
difference that it converts newlines (\n) to "&lt;br&gt;\n". The
optional parameter <parameter>max_chars_per_line</parameter>
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.
</para>
<para>
See also <function>hebrev</function>