summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2001-12-30 10:43:27 +0000
committerSebastian Bergmann <sebastian@php.net>2001-12-30 10:43:27 +0000
commit4af1b42bc05612773ff9a29951caa762398a7613 (patch)
tree613777d9211b0e198e08a3c72ba5c9e47dc862a7
parentf01745896fe87c4ddd3ff12dd0bf8f229d5d1d3f (diff)
downloadphp-git-4af1b42bc05612773ff9a29951caa762398a7613.tar.gz
Typo.
-rw-r--r--Zend/ZEND_CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES
index 01893e7cfb..ec6a1e8a00 100644
--- a/Zend/ZEND_CHANGES
+++ b/Zend/ZEND_CHANGES
@@ -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