checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 10 Aug 2000 18:43:56 +0200
changeset 5511 cb9c0607c8c7
parent 5510 a261b8f5d66f
child 5512 45dc420fd76f
checkin from browser
Array.st
--- a/Array.st	Wed Aug 09 23:30:53 2000 +0200
+++ b/Array.st	Thu Aug 10 18:43:56 2000 +0200
@@ -1674,7 +1674,7 @@
 
 isArray
     "return true, if the receiver is some kind of array (or weakArray etc).
-     true is returned here"
+     true is returned here."
 
     ^ true
 !
@@ -2415,5 +2415,5 @@
 !Array class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.123 2000-06-20 09:56:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.124 2000-08-10 16:43:56 cg Exp $'
 ! !