#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 06 Oct 2016 01:34:50 +0200
changeset 20552 3b8031777e92
parent 20551 599e32fb112f
child 20553 01eab04510d0
#REFACTORING by cg class: ImmutableArray comment/format in: #asArray
ImmutableArray.st
--- a/ImmutableArray.st	Thu Oct 06 01:31:35 2016 +0200
+++ b/ImmutableArray.st	Thu Oct 06 01:34:50 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, or asMutableCollection if you need a copy for modification"
 
     ^ self 
 !