#DOCUMENTATION by mawalch
authormawalch
Mon, 18 Jul 2016 17:03:19 +0200
changeset 20159 82a4bc9a1def
parent 20158 2e4c6347ef0b
child 20160 3e9b5d2aa65e
#DOCUMENTATION by mawalch class: SequenceableCollection comment/format in: #add:
SequenceableCollection.st
--- a/SequenceableCollection.st	Mon Jul 18 15:48:42 2016 +0200
+++ b/SequenceableCollection.st	Mon Jul 18 17:03:19 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -452,7 +450,6 @@
 ! !
 
 
-
 !SequenceableCollection methodsFor:'Compatibility-Squeak'!
 
 allButFirst
@@ -1142,7 +1139,7 @@
     "append the argument, anObject to the collection.
      Return the argument, anObject.
 
-     Notice, that this is modifies the receiver NOT a copy.
+     Notice, that this modifies the receiver, NOT a copy.
      Also note, that it may be a slow operation for some collections,
      due to the grow:-message, which is inefficient for fixed size
      collections (i.e. for Strings and Arrays it is not recommened)."