ExecutableFunction.st
changeset 16263 881e5090c287
parent 14257 b971b4b2318a
child 16270 2b544a163c71
--- a/ExecutableFunction.st	Mon Mar 17 22:20:26 2014 +0100
+++ b/ExecutableFunction.st	Mon Mar 17 22:20:38 2014 +0100
@@ -369,7 +369,7 @@
 
 refersToLiteral:aLiteral
     "return true, if this executable references the literal directly or indirectly (i.e. a deep search).
-     Return false (we dont know) here, to allow alien code objects to be
+     Return false (we don't know) here, to allow alien code objects to be
      handled by the browsers."
 
     ^ false
@@ -416,9 +416,10 @@
 !ExecutableFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.57 2012-07-26 14:34:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.58 2014-03-17 21:20:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.57 2012-07-26 14:34:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.58 2014-03-17 21:20:38 cg Exp $'
 ! !
+