#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Sat, 16 Jan 2016 20:38:41 +0100
changeset 19039 ef85a80a62ea
parent 19038 db10ee454719
child 19040 80a45e8ef510
#DOCUMENTATION class: CharacterArray comment/format in: #asSymbol
CharacterArray.st
--- a/CharacterArray.st	Sat Jan 16 20:32:45 2016 +0100
+++ b/CharacterArray.st	Sat Jan 16 20:38:41 2016 +0100
@@ -3324,7 +3324,7 @@
 !
 
 asSymbol
-    "Return a unique symbol with the name taken from the receivers characters.
+    "Return a unique symbol with the name taken from the receiver's characters.
      The receiver must be a singleByte-String.
      TwoByte- and FourByteSymbols are (currently ?) not allowed."