SequenceableCollection.st
changeset 23978 c614c916260f
parent 23859 dc4b4f2b9620
child 24084 b563189519e9
--- a/SequenceableCollection.st	Tue Mar 26 11:54:08 2019 +0100
+++ b/SequenceableCollection.st	Tue Mar 26 11:54:13 2019 +0100
@@ -5953,6 +5953,7 @@
 
 atAllPut:anObject
     "replace all elements of the collection by the argument, anObject.
+     Return the receiver.
      Notice: This operation modifies the receiver, NOT a copy;
      therefore the change may affect all others referencing the receiver."
 
@@ -5969,7 +5970,8 @@
      (String new:10) atAllPut:$a
     "
 
-    "Modified: / 20.5.1998 / 15:14:11 / cg"
+    "Modified: / 20-05-1998 / 15:14:11 / cg"
+    "Modified (comment): / 26-03-2019 / 11:53:31 / Claus Gittinger"
 !
 
 clearContents