comment/format in: #add:
authorClaus Gittinger <cg@exept.de>
Tue, 19 Mar 2013 10:22:44 +0100
changeset 14896 148dd722af88
parent 14895 1112f18b10d1
child 14897 41e26dc8902b
comment/format in: #add:
Bag.st
--- a/Bag.st	Tue Mar 19 10:22:34 2013 +0100
+++ b/Bag.st	Tue Mar 19 10:22:44 2013 +0100
@@ -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 $'
 ! !