*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 05 Nov 2009 15:37:31 +0100
changeset 12463 6b3a71aad451
parent 12462 1a3054e5c032
child 12464 c0a970ba9175
*** empty log message ***
ImmutableArray.st
--- a/ImmutableArray.st	Thu Nov 05 15:37:17 2009 +0100
+++ b/ImmutableArray.st	Thu Nov 05 15:37:31 2009 +0100
@@ -41,7 +41,7 @@
     a literal array constant as argument to someone else, who changes the
     array using at:put: like messages. Since the array object is kept in 
     the first methods literals, the array constant has now been changed without
-    having the methods sourcecode reflect this. Thus, the method will
+    having the method's sourcecode reflect this. Thus, the method will
     behave differently from what its source may make you think.
 
     To help finding this kind of 'feature/bug', the compiler can be
@@ -205,9 +205,9 @@
 !ImmutableArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.24 2009-11-05 14:34:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.25 2009-11-05 14:37:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.24 2009-11-05 14:34:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.25 2009-11-05 14:37:31 cg Exp $'
 ! !