sebastian Mon Jun 4 12:31:40 2007 UTC
Modified files:
/phpdoc/en/reference/spl/functions spl-object-hash.xml
Log:
- Fix argument name.
- Fix grammar.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl/functions/spl-object-hash.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/spl/functions/spl-object-hash.xml
diff -u phpdoc/en/reference/spl/functions/spl-object-hash.xml:1.3
phpdoc/en/reference/spl/functions/spl-object-hash.xml:1.4
--- phpdoc/en/reference/spl/functions/spl-object-hash.xml:1.3 Sun Jan 28
20:13:03 2007
+++ phpdoc/en/reference/spl/functions/spl-object-hash.xml Mon Jun 4
12:31:40 2007
@@ -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>