SequenceableCollection.st
changeset 2 6526dde5f3ac
parent 1 a27a279701f8
child 3 24d81bf47225
--- a/SequenceableCollection.st	Fri Jul 16 11:39:45 1993 +0200
+++ b/SequenceableCollection.st	Mon Oct 04 11:32:33 1993 +0100
@@ -614,7 +614,7 @@
 !SequenceableCollection methodsFor:'sorting & reordering'!
 
 reverse
-    "reverse the order of the arguments inplace"
+    "reverse the order of the elements inplace"
 
     |lowIndex "{ Class: SmallInteger }"
      hiIndex  "{ Class: SmallInteger }"