RunArray.st
changeset 4005 688fdfafab0d
parent 4002 2fcb2003e3df
child 4097 605d5ca97200
--- 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.