OrderedCollection.st
changeset 16305 964f7ffb315d
parent 16304 2d8de035fd7a
child 16707 5edef6701e69
--- a/OrderedCollection.st	Tue Apr 08 14:33:23 2014 +0200
+++ b/OrderedCollection.st	Tue Apr 08 14:33:46 2014 +0200
@@ -1121,7 +1121,7 @@
 
 reset
     "logically remove all elements from the collection.
-     Thats almost the same as #removeAll, but keeps the contentsArray.
+     That's almost the same as #removeAll, but keeps the contentsArray.
      Returns the receiver."
 
     firstIndex := contentsArray size // 3 max: 1.
@@ -2114,6 +2114,10 @@
 !OrderedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.111 2014-04-08 12:33:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.112 2014-04-08 12:33:46 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.112 2014-04-08 12:33:46 cg Exp $'
 ! !