ArrayedCollection.st
changeset 24610 9353aecd8669
parent 24381 1a1c13d81925
child 24785 cf6ee255e9f2
--- a/ArrayedCollection.st	Mon Aug 26 09:01:01 2019 +0200
+++ b/ArrayedCollection.st	Mon Aug 26 09:01:38 2019 +0200
@@ -336,7 +336,7 @@
 
 addAll:aCollection
     "add all elements of the argument, aCollection to the receiver.
-     Returns the argument, aCollection (sigh).
+     Returns the argument, aCollection.
 
      Redefined here, to perform only a single slow grow operation"