SequenceableCollection.st
changeset 16422 9ee8ac24e422
parent 16392 9adc675755a4
child 16456 dcf3f5f016a4
--- a/SequenceableCollection.st	Tue May 13 14:18:03 2014 +0200
+++ b/SequenceableCollection.st	Tue May 13 19:54:13 2014 +0200
@@ -380,7 +380,6 @@
     ^ self == SequenceableCollection
 ! !
 
-
 !SequenceableCollection methodsFor:'Compatibility-Squeak'!
 
 allButFirst
@@ -2309,6 +2308,7 @@
     "Created: / 08-01-2012 / 17:12:00 / cg"
 ! !
 
+
 !SequenceableCollection methodsFor:'converting'!
 
 asCollectionOfSubCollectionsOfSize:pieceSize
@@ -3089,7 +3089,7 @@
      SpeciesOrNil specifies the species of the resultig object, allowing for Arrays to be converted
      as OrderedCollection or vice versa on the fly. If nil is passed in, the species of the first non-nil
      element is used.
-     This counts the overall size first, then allocates the new collecton once and replaces elements
+     This counts the overall size first, then allocates the new collection once and replaces elements
      via bulk copies. For very small collections, it may be faster to use the comma , operation.
      Similar to asStringWith:, but not specifically targeted towards string handling."
 
@@ -7419,7 +7419,6 @@
     "Created: 14.2.1997 / 16:13:03 / cg"
 ! !
 
-
 !SequenceableCollection methodsFor:'searching'!
 
 detect:aBlock startingAt:startIndex
@@ -9563,11 +9562,11 @@
 !SequenceableCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.372 2014-04-29 11:43:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.373 2014-05-13 17:54:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.372 2014-04-29 11:43:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.373 2014-05-13 17:54:13 cg Exp $'
 ! !