Point.st
changeset 11724 422981a37c2d
parent 11404 87bebe147067
child 17711 39faaaf888b4
child 18840 1aaad31ce49d
--- 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!