Context.st
changeset 22368 fe9f9487a3ed
parent 22262 e587cdd22868
child 22506 d5b781899274
--- a/Context.st	Tue Nov 21 13:11:59 2017 +0100
+++ b/Context.st	Tue Nov 21 13:12:14 2017 +0100
@@ -466,7 +466,7 @@
 !
 
 lineNumber
-    "this returns the lineNumber within the methods source, where the context was
+    "this returns the lineNumber within the method's source, where the context was
      interrupted or called another method. (currently, sometimes this information
      is not available - in this case 0 is returned)"
 
@@ -509,7 +509,8 @@
 
     ^ l
 
-    "Modified: / 10.11.1998 / 13:19:48 / cg"
+    "Modified: / 10-11-1998 / 13:19:48 / cg"
+    "Modified (comment): / 21-11-2017 / 13:00:40 / cg"
 !
 
 lineNumberFromMethod