#OTHER by mawalch
authormawalch
Wed, 27 Jul 2016 15:00:38 +0200
changeset 4005 688fdfafab0d
parent 4004 1c39c504fb49
child 4006 1bd5da475215
#OTHER by mawalch Grammar and spelling fixes.
RunArray.st
--- a/RunArray.st	Wed Jul 27 15:00:25 2016 +0200
+++ b/RunArray.st	Wed Jul 27 15:00:38 2016 +0200
@@ -106,7 +106,7 @@
         if average runs are shorter, other collections (i.e. Array or
         OrderedCollection) are more compact.
 
-        Also note, that indexed access (i.e. #at: / #at:put:) may be
+        Also note that indexed access (i.e. #at: / #at:put:) may be
         very inefficient (as opposed to enumeration, which is reasonably
         fast).
         The reason is that for indexed access the runs have to be walked.