Bag.st
branchjv
changeset 18037 4cf874da38c9
parent 18017 7fef9e17913f
parent 14896 148dd722af88
child 18040 a11a12546f23
--- a/Bag.st	Mon Mar 18 22:12:08 2013 +0000
+++ b/Bag.st	Fri Mar 22 09:18:54 2013 +0000
@@ -134,10 +134,10 @@
 
 add:newObject
     "add the argument, anObject to the receiver.
-     Returns the object.
+     Returns the object (sigh).
 
      WARNING: do not add/remove elements while iterating over the receiver.
-	      Iterate over a copy to do this."
+              Iterate over a copy to do this."
 
     |n|
 
@@ -416,10 +416,10 @@
 !Bag class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.42 2013-01-23 17:14:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.43 2013-03-19 09:22:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.42 2013-01-23 17:14:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.43 2013-03-19 09:22:44 cg Exp $'
 ! !