RunArray.st
changeset 2971 feb675d4296d
parent 2960 c197b9f70ccf
child 3002 9a77642609b5
--- a/RunArray.st	Wed Apr 03 11:56:45 2013 +0200
+++ b/RunArray.st	Thu Apr 04 09:58:28 2013 +0200
@@ -732,7 +732,7 @@
 !RunArray methodsFor:'converting'!
 
 asOrderedCollection
-    "return a new orderedCollection, containing the receivers elements."
+    "return a new orderedCollection, containing the receiver's elements."
 
     |newCollection|
 
@@ -1331,10 +1331,10 @@
 !RunArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/RunArray.st,v 1.31 2013-03-30 01:27:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RunArray.st,v 1.32 2013-04-04 07:58:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/RunArray.st,v 1.31 2013-03-30 01:27:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RunArray.st,v 1.32 2013-04-04 07:58:28 cg Exp $'
 ! !