ContextInspectorView.st
changeset 17774 2f6cb1db3b8f
parent 17208 6bebcc9d2379
child 18562 e755c583b8ef
--- 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