Array.st
changeset 5511 cb9c0607c8c7
parent 5403 55cbe7c0a58f
child 5531 27f62fc8193f
--- 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 $'
 ! !