BlockContext.st
changeset 21418 674ea83c00b9
parent 20889 15225da02dc3
child 22530 4af6ed4920e8
--- a/BlockContext.st	Mon Feb 13 20:05:39 2017 +0100
+++ b/BlockContext.st	Mon Feb 13 20:05:49 2017 +0100
@@ -186,7 +186,7 @@
         "
 
         "temporary kludge - peek into the sender context.
-         If its a do-like method and there is a single block variable
+         If it's a do-like method and there is a single block variable
          in the args or temporaries, that must be the one.
          This helps in some cases.
         "
@@ -252,6 +252,7 @@
     homeSel printOn:aStream.
 
     "Modified: / 19-07-2012 / 11:02:41 / cg"
+    "Modified (format): / 13-02-2017 / 19:56:14 / cg"
 ! !
 
 !BlockContext methodsFor:'testing'!