# HG changeset patch # User mawalch # Date 1453910446 -3600 # Node ID 2ef9045a722473d35a00f8b8f7d709584a831729 # Parent 64965ee348b9bd59046aa82c3c3448a228825214 #DOCUMENTATION typo diff -r 64965ee348b9 -r 2ef9045a7224 Point.st --- a/Point.st Wed Jan 27 16:58:44 2016 +0100 +++ b/Point.st Wed Jan 27 17:00:46 2016 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved @@ -44,20 +42,20 @@ an extent (of a rectangle, for example), in which case my x-coordinate represents the width, and y-coordinate the height of something. - The x and y coordinate are usually numbers. + The x and y coordinates are usually numbers. [Instance variables:] - x the x-coordinate of myself - y the y-coordinate of myself + x the x-coordinate of myself + y the y-coordinate of myself [author:] - Claus Gittinger + Claus Gittinger [see also:] - Rectangle Polygon - LayoutOrigin LayoutFrame AlignmentOrigin Layout - View GraphicsContext + Rectangle Polygon + LayoutOrigin LayoutFrame AlignmentOrigin Layout + View GraphicsContext " ! !