ImmutableArray.st
changeset 21794 973f6daaab22
parent 20552 3b8031777e92
child 23924 a81fe242d2c9
--- a/ImmutableArray.st	Mon Jun 12 13:44:18 2017 +0200
+++ b/ImmutableArray.st	Mon Jun 12 13:44:18 2017 +0200
@@ -135,9 +135,11 @@
 !
 
 asNewArray
-    "return the receiver as an unique new array."
+    "return the receiver as a unique new array."
 
     ^ self copy
+
+    "Modified (comment): / 12-06-2017 / 13:40:44 / mawalch"
 !
 
 beImmutable
@@ -179,6 +181,7 @@
     "
 ! !
 
+
 !ImmutableArray methodsFor:'private'!
 
 species