#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Thu, 21 Jul 2016 19:05:30 +0200
changeset 4002 2fcb2003e3df
parent 4001 70db839403e2
child 4003 8d89173109ff
child 4004 1c39c504fb49
#DOCUMENTATION by stefan class: RunArray comment/format in: #size
RunArray.st
--- a/RunArray.st	Thu Jul 21 17:05:54 2016 +0200
+++ b/RunArray.st	Thu Jul 21 19:05:30 2016 +0200
@@ -1237,7 +1237,7 @@
 
 size
     "Answer how many elements the receiver contains.
-     Thsi is not the number of runs (but the simulated number of elements)."
+     This is not the number of runs (but the simulated number of elements)."
 
     |n     "{ Class: SmallInteger }"
      runSz "{ Class: SmallInteger }"|