#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:25:39 +0100
changeset 4038 11950ee05d24
parent 4037 9be91cda4b4d
child 4039 a31a6da554f4
#DOCUMENTATION by cg class: UnaryNode comment/format in: #plausibilityCheckIn:
UnaryNode.st
--- a/UnaryNode.st	Fri Nov 04 16:17:44 2016 +0100
+++ b/UnaryNode.st	Fri Nov 04 16:25:39 2016 +0100
@@ -221,7 +221,7 @@
 
 plausibilityCheckIn:aParser
     "check for funny selector - careful to do string compare instead
-     of symbol identity compare: I dont want to introduce these as symbols
+     of symbol identity compare: I don't want to introduce these as symbols
      into the system (would make the '... is nowhere implemented' warning
      go away.
      TODO: rewite to use lint/lint rules and apply them before accepting"