ClassBuilder.st
branchjv
changeset 20578 39641ba8d6e0
parent 20206 51652e7f46dd
parent 20405 c56f2789cb91
child 20579 9add81aadb7a
--- a/ClassBuilder.st	Tue Sep 20 11:37:33 2016 +0100
+++ b/ClassBuilder.st	Mon Oct 03 12:44:41 2016 +0100
@@ -599,7 +599,7 @@
     "/ NOTICE:
     "/ I dont like the confirmers there - we need a notifying: argument, to give
     "/ the outer codeview a chance to highlight the error.
-    "/ (but thats how its defined in the book - maybe I will change anyway).
+    "/ (but that's how its defined in the book - maybe I will change anyway).
     "/ - or use upQueries in future versions.
 
     oldClass isNil ifTrue:[
@@ -2118,9 +2118,9 @@
 checkConventionsFor:className subClassOf:aClass instVarNames:instVarNameString classVarNames:classVarNameString
     "Check for some 'considered bad-style' things, like lower case names.
      NOTICE:
-     I dont like the confirmers below - we need a notifying: argument, to give
+     I don't like the confirmers below - we need a notifying: argument, to give
      the outer codeview a chance to highlight the error.
-     (but thats how its defined in the book - maybe I will change it anyway).
+     (but that's how its defined in the book - maybe I will change it anyway).
     "
 
     |names idx what doChecks answ|