Corrects some grammar issues.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254799 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2008-03-10 16:58:56 +00:00
parent ac24a7622a
commit 5c0d13666b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<refentry xml:id="function.pack" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pack</refname>
@ -19,8 +19,8 @@
<parameter>format</parameter>.
</para>
<para>
The idea to this function was taken from Perl and all formatting codes
work the same as there, however, there are some formatting codes that are
The idea for this function was taken from Perl and all formatting codes
work the same as in Perl However, there are some formatting codes that are
missing such as Perl's "u" format code.
</para>
<para>
@ -31,7 +31,7 @@
</para>
<para>
Also note that PHP internally stores <type>integer</type> values as
signed values of a machine dependent size. If you give it an unsigned
signed values of a machine-dependent size. If you give it an unsigned
integer value too large to be stored that way it is converted to a
<type>float</type> which often yields an undesired result.
</para>