php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #66666
Patch language.oop5.object-comparison-typo revision 2014-02-07 19:25 UTC by dereckson at espace-win dot org

Patch language.oop5.object-comparison-typo for Documentation problem Bug #66666

Patch version 2014-02-07 19:25 UTC

Return to Bug #66666 | Download this patch
Patch Revisions:

Developer: dereckson@espace-win.org

Index: en/language/oop5/object-comparison.xml
===================================================================
--- en/language/oop5/object-comparison.xml	(revision 332796)
+++ en/language/oop5/object-comparison.xml	(working copy)
@@ -9,7 +9,7 @@
    </para>
    <para>
     When using the comparison operator (<literal>==</literal>), 
-    object variables are compared in a simple manner, namely: Two object
+    object variables are compared in a simple manner, namely: two object
     instances are equal if they have the same attributes and values, and are
     instances of the same class.
    </para>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 16:01:31 2024 UTC