- Fix argument name.

- Fix grammar.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236954 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sebastian Bergmann 2007-06-04 12:31:40 +00:00
parent 16f3eb7d57
commit 376da049d5

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.spl-object-hash">
<refnamediv>
<refname>spl_object_hash</refname>
@ -24,7 +24,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>class</parameter></term>
<term><parameter>object</parameter></term>
<listitem>
<para>
Any object.
@ -38,7 +38,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns string that is unique for each object and is always the same for
Returns a string that is unique for each object and is always the same for
the same object.
</para>
</refsect1>