#DOCUMENTATION
authormawalch
Wed, 27 Jan 2016 17:00:46 +0100
changeset 19116 2ef9045a7224
parent 19115 64965ee348b9
child 19117 e0cde133ba64
#DOCUMENTATION typo
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              <Number>        the x-coordinate of myself
-	y              <Number>        the y-coordinate of myself
+        x              <Number>        the x-coordinate of myself
+        y              <Number>        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
 "
 ! !