Block.st
changeset 16076 12b3e93d2f9d
parent 15850 3b51942600ce
child 16162 65354da3ed4b
--- a/Block.st	Wed Feb 19 17:08:19 2014 +0100
+++ b/Block.st	Wed Feb 19 17:12:48 2014 +0100
@@ -371,7 +371,6 @@
 ! !
 
 
-
 !Block methodsFor:'Compatibility-ANSI'!
 
 argumentCount
@@ -664,7 +663,6 @@
     "Created: / 28-08-2010 / 14:41:15 / cg"
 ! !
 
-
 !Block methodsFor:'accessing'!
 
 home
@@ -2125,7 +2123,7 @@
 
 valueWithTimeout:aTimeDuration
     "execute the receiver, but abort the evaluation after aTimeDuration if still running.
-     Return the receivers value, or nil if aborted."
+     Return the receiver's value, or nil if aborted."
 
     ^ self valueWithWatchDog:[^ nil] afterMilliseconds:aTimeDuration asMilliseconds
 
@@ -3121,11 +3119,11 @@
 !Block class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.200 2013-12-06 14:08:55 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.201 2014-02-19 16:12:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.200 2013-12-06 14:08:55 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.201 2014-02-19 16:12:48 cg Exp $'
 ! !