SortColl.st
changeset 216 a8abff749575
parent 202 40ca7cc6fb9c
child 329 f14fc5ac11b7
--- a/SortColl.st	Thu Feb 02 13:13:16 1995 +0100
+++ b/SortColl.st	Thu Feb 02 13:23:05 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Attic/SortColl.st,v 1.13 1994-11-17 14:18:08 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/SortColl.st,v 1.14 1995-02-02 12:22:42 claus Exp $
 '!
 
 !SortedCollection class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Attic/SortColl.st,v 1.13 1994-11-17 14:18:08 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/SortColl.st,v 1.14 1995-02-02 12:22:42 claus Exp $
 "
 !
 
@@ -223,7 +223,7 @@
     ^ super asSortedCollection
 ! !
 
-!SortedCollection methodsFor:'enumeration'!
+!SortedCollection methodsFor:'enumerating'!
 
 collect:aBlock
     "evaluate the argument, aBlock for every element in the collection