]> granicus.if.org Git - php/commitdiff
Typo.
authorSebastian Bergmann <sebastian@php.net>
Sun, 30 Dec 2001 10:43:27 +0000 (10:43 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 30 Dec 2001 10:43:27 +0000 (10:43 +0000)
Zend/ZEND_CHANGES

index 01893e7cfbdf86920633df7697eef68dd00498ce..ec6a1e8a0016919f9e1151c29a8de041ed64aede 100644 (file)
@@ -11,7 +11,7 @@ Changes in the Zend Engine 2.0
       is, that semantically the whole object was copied when a
       variable was assigned or parameters were passed to a method. The
       new approach refers to objects by handle and not by value (one
-      can think of a handle as an objects' ID).
+      can think of a handle as an object's ID).
 
       Many PHP programmers aren't even aware of the copying quirks of
       the old object model and, therefore, there is a relatively good