#OTHER by mawalch
authormawalch
Wed, 27 Jul 2016 15:00:25 +0200
changeset 4004 1c39c504fb49
parent 4002 2fcb2003e3df
child 4005 688fdfafab0d
#OTHER by mawalch Grammar and spelling fixes.
SegmentedOrderedCollection.st
--- a/SegmentedOrderedCollection.st	Thu Jul 21 19:05:30 2016 +0200
+++ b/SegmentedOrderedCollection.st	Wed Jul 27 15:00:25 2016 +0200
@@ -129,7 +129,7 @@
     "insert the first argument, anObject into the collection before slot index.
      Return the receiver (sigh - ST-80 compatibility).
 
-     Notice, that this is modifies the receiver NOT a copy."
+     Notice that this modifies the receiver, NOT a copy."
 
     |prevSeg segStart|