Block.st
branchjv
changeset 18077 5844a3bcdd52
parent 18066 89d51443ba6f
parent 15532 bb69abf4fe6d
child 18113 92b4242b2b0b
--- a/Block.st	Fri Jul 19 23:41:31 2013 +0100
+++ b/Block.st	Wed Jul 24 11:01:42 2013 +0100
@@ -370,7 +370,6 @@
     "Modified: 23.4.1996 / 15:55:58 / cg"
 ! !
 
-
 !Block methodsFor:'Compatibility-ANSI'!
 
 argumentCount
@@ -663,7 +662,6 @@
     "Created: / 28-08-2010 / 14:41:15 / cg"
 ! !
 
-
 !Block methodsFor:'accessing'!
 
 home
@@ -703,7 +701,7 @@
 !
 
 methodHome
-    "return the receivers method home context (the context where it was
+    "return the receiver's method home context (the context where it was
      defined). For cheap blocks, nil is returned"
 
     home notNil ifTrue:[
@@ -3120,11 +3118,11 @@
 !Block class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.198 2013-05-24 18:13:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.199 2013-07-21 10:44:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.198 2013-05-24 18:13:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.199 2013-07-21 10:44:09 cg Exp $'
 ! !