#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 15:59:03 +0100
changeset 20792 9b7b08a83c80
parent 20791 f2ac9a12c878
child 20793 69430cee043b
#DOCUMENTATION by cg class: Context comment/format in: #ntemp #nvars
Context.st
--- a/Context.st	Fri Nov 04 15:58:12 2016 +0100
+++ b/Context.st	Fri Nov 04 15:59:03 2016 +0100
@@ -666,7 +666,7 @@
 ntemp
     "return the number of temporary variables of the Block/Method.
      (for debugging only).
-     I dont like the name of this method; its here for compatibility."
+     I don't like the name of this method; its here for compatibility."
 
     ^ self numTemps
 
@@ -709,7 +709,7 @@
 
 nvars
     "return the number of local variables of the Block/Method.
-     I dont like the name of this method; its here for compatibility."
+     I don't like the name of this method; its here for compatibility."
 
     ^ self numVars