#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 21 Nov 2017 13:12:28 +0100
changeset 17774 2f6cb1db3b8f
parent 17773 136b903f1257
child 17775 0bd37dc16a54
#DOCUMENTATION by cg class: ContextInspectorView comment/format in: #inspect:
ContextInspectorView.st
--- a/ContextInspectorView.st	Tue Nov 21 13:10:56 2017 +0100
+++ b/ContextInspectorView.st	Tue Nov 21 13:12:28 2017 +0100
@@ -157,7 +157,7 @@
 
                     numVarsInSource > 0 ifTrue:[
                         numVarsInContext < numVarsInSource ifTrue:[
-                            "/ the methods source does not correctly reflect
+                            "/ the method's source does not correctly reflect
                             "/ the number of args&vars in the context.
                             "/ either outDated, or somehow strange.
                             "/ (happens with wrapped methods, which are not
@@ -315,6 +315,7 @@
 
     "Modified: / 03-06-2012 / 11:56:59 / cg"
     "Modified: / 05-11-2013 / 15:44:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 21-11-2017 / 13:00:53 / cg"
 !
 
 namesOfBlockContext:aContext