checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 01 Nov 2001 17:37:49 +0100
changeset 6134 94b2f2043cec
parent 6133 1a85adb570a8
child 6135 ba749c6a3d2b
checkin from browser
Collection.st
--- a/Collection.st	Wed Oct 31 16:02:19 2001 +0100
+++ b/Collection.st	Thu Nov 01 17:37:49 2001 +0100
@@ -472,7 +472,7 @@
     "return the second element of the collection.
      For unordered collections, this simply returns the second
      element when enumerating them.
-     This should be redefined in subclasses."
+     Bla Bla This should be redefined in subclasses."
 
     |count|
 
@@ -488,7 +488,6 @@
     "
      #(1 2 3) second
     "
-
 !
 
 sixth
@@ -2281,6 +2280,6 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.114 2001-10-02 15:22:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.115 2001-11-01 16:37:49 cg Exp $'
 ! !
 Collection initialize!