Symbol.st
branchjv
changeset 19811 65fec19facb0
parent 19691 5e613f6255d9
parent 19714 b50fc65252e4
child 21024 8734987eb5c7
--- a/Symbol.st	Thu May 05 06:48:19 2016 +0200
+++ b/Symbol.st	Thu May 12 09:30:28 2016 +0200
@@ -381,8 +381,9 @@
      Namespace selectors have a special, fix defined format, which is also known in the VM.
      They must be of the form :<ns>::<sel>,
      where <ns> is the namespace and <sel> is the raw selector.
-     This special format (a symbol starting with a colon) was chosen, because almost every other selector
-     is legal, and this can be checked quickly by just looking at the first character."
+     This special format (a symbol starting with a colon) was chosen, 
+     because almost every other selector is legal, 
+     and this can be checked quickly in the VM, by just looking at the first character."
 
      self obsoleteMethodWarning:'use selectorWithoutNameSpace'.
     ^ self selectorWithoutNameSpace