DoubleArray.st
changeset 2145 d243ffafeae3
parent 1290 15ba3221b89b
child 2820 a128d890def3
--- a/DoubleArray.st	Fri Jan 10 21:54:28 1997 +0100
+++ b/DoubleArray.st	Sat Jan 11 13:14:19 1997 +0100
@@ -62,8 +62,8 @@
     clumsy and unelegant. Also, the stc-compiler may learn how to deal
     with Float- and DoubleArrays, making accesses very fast in the future.
 
-    Of course, DoubleArray can be subclasses and named instance variables
-    be added.
+    Of course, DoubleArray can be subclassed,
+    and named instance variables can be added there.
 
     See example uses in the GLX interface and GLDemos.
 
@@ -78,5 +78,5 @@
 !DoubleArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/DoubleArray.st,v 1.15 1996-04-25 16:14:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/DoubleArray.st,v 1.16 1997-01-11 12:14:19 cg Exp $'
 ! !