comment
authorClaus Gittinger <cg@exept.de>
Thu, 15 Mar 2007 11:19:48 +0100
changeset 1855 5cc78011495f
parent 1854 3fc29dfe5091
child 1856 a8f74ba03061
comment
RunArray.st
--- a/RunArray.st	Wed Mar 14 15:45:47 2007 +0100
+++ b/RunArray.st	Thu Mar 15 11:19:48 2007 +0100
@@ -24,9 +24,6 @@
 	To: goodies-lib@cs.man.ac.uk
 	Subject: help 
 "
-
-
-
 "{ Package: 'stx:libbasic2' }"
 
 SequenceableCollection subclass:#RunArray
@@ -1132,7 +1129,7 @@
 !RunArray methodsFor:'searching'!
 
 findFirst:aBlock
-    "find the first element, for which evaluation of the argument, aBlock
+    "find the index of the first element, for which evaluation of the argument, aBlock
      returns true; return its index or 0 if none detected.
      Notice, that not all elements are processed here 
      (the block is only evaluated for each runs first element)."
@@ -1281,5 +1278,5 @@
 !RunArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/RunArray.st,v 1.24 2006-09-18 19:49:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RunArray.st,v 1.25 2007-03-15 10:19:48 cg Exp $'
 ! !