Iterator.st
changeset 1036 adba1c8714bd
parent 993 bdecfa4a1417
child 1425 878a733c9152
--- a/Iterator.st	Tue Apr 09 16:58:01 2002 +0200
+++ b/Iterator.st	Wed May 15 10:27:02 2002 +0200
@@ -361,7 +361,9 @@
 !
 
 species
-    ^OrderedCollection
+    "return the type of collection to be returned by collect, select etc."
+
+    ^ OrderedCollection
 ! !
 
 !Iterator methodsFor:'queries'!
@@ -375,5 +377,5 @@
 !Iterator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.13 2001-11-14 08:44:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.14 2002-05-15 08:27:02 cg Exp $'
 ! !