Fix doc bug #52665 (Typo).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302671 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-08-23 03:18:01 +00:00
parent ef058a1f65
commit e01bd18a6e

View file

@ -45,12 +45,12 @@
</para>
<note>
<para>
If <parameter>size</parameter> is larger than the file it is extended
with null bytes.
If <parameter>size</parameter> is larger than the file then the file
is extended with null bytes.
</para>
<para>
If <parameter>size</parameter> is smaller than the extra data
will be lost.
If <parameter>size</parameter> is smaller than the file then the file
is truncated to that size.
</para>
</note>
</listitem>