comment
authorClaus Gittinger <cg@exept.de>
Tue, 26 May 2009 08:31:07 +0200
changeset 11724 422981a37c2d
parent 11723 40267c26c7eb
child 11725 ad5591683279
comment
Point.st
--- a/Point.st	Tue May 26 08:31:05 2009 +0200
+++ b/Point.st	Tue May 26 08:31:07 2009 +0200
@@ -313,7 +313,7 @@
 !Point methodsFor:'coercing & converting'!
 
 coerce:anObject
-    "return aNumber converted into receivers type"
+    "convert the argument aNumber into an instance of the receivers class and return it."
 
     ^ anObject asPoint
 !
@@ -1184,7 +1184,7 @@
 !Point class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Point.st,v 1.72 2008-12-11 12:55:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Point.st,v 1.73 2009-05-26 06:31:07 cg Exp $'
 ! !
 
 Point initialize!