#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 05 Oct 2016 18:15:32 +0200
changeset 20541 152cc4fd154e
parent 20540 7dc29ce5729d
child 20542 3e1dc78e3346
#DOCUMENTATION by cg class: ImmutableArray comment/format in: #asArray
ImmutableArray.st
--- a/ImmutableArray.st	Wed Oct 05 18:15:21 2016 +0200
+++ b/ImmutableArray.st	Wed Oct 05 18:15:32 2016 +0200
@@ -119,7 +119,7 @@
 
 asArray
     "return the receiver as an array. I am already.
-     Use asnewArray, if you need a copy for modification"
+     Use asNewArray, if you need a copy for modification"
 
     ^ self 
 !