# HG changeset patch # User Claus Gittinger # Date 1575173866 -3600 # Node ID 050a1002f4b6f9b8613c0f88190532cbede68059 # Parent c70ecfb1493178e19482c8f205a8711a210e1887 #DOCUMENTATION by exept class: FixedPoint class comment/format in: #coerce: diff -r c70ecfb14931 -r 050a1002f4b6 FixedPoint.st --- a/FixedPoint.st Sun Dec 01 05:17:27 2019 +0100 +++ b/FixedPoint.st Sun Dec 01 05:17:46 2019 +0100 @@ -311,7 +311,7 @@ !FixedPoint class methodsFor:'coercing & converting'! coerce:aNumber - "convert the argument aNumber into an instance of the receiver's class and return it." + "convert the argument aNumber into an instance of the receiver (class) and return it." ^ aNumber asFixedPoint ! !