CharacterArray.st
changeset 17183 f86492476cc5
parent 17165 1e2822c3c74c
child 17191 4af58fcf0955
--- a/CharacterArray.st	Thu Dec 04 18:43:08 2014 +0100
+++ b/CharacterArray.st	Thu Dec 04 18:43:19 2014 +0100
@@ -3261,7 +3261,7 @@
 !
 
 asSymbolIfInterned
-    "If a symbol with the receivers characters is already known, return it. Otherwise, return nil.
+    "If a symbol with the receiver's characters is already known, return it. Otherwise, return nil.
      This can be used to query for an existing symbol and is the same as:
         self knownAsSymbol ifTrue:[self asSymbol] ifFalse:[nil]
      but slightly faster, since the symbol lookup operation is only performed once.
@@ -7187,11 +7187,11 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.555 2014-11-29 18:20:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.556 2014-12-04 17:43:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.555 2014-11-29 18:20:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.556 2014-12-04 17:43:19 cg Exp $'
 ! !