Point.st
branchjv
changeset 19127 940613fe6659
parent 18896 00f8282955aa
parent 19116 2ef9045a7224
child 19478 1f5aa87f6170
--- a/Point.st	Tue Jan 26 14:56:53 2016 +0000
+++ b/Point.st	Thu Jan 28 14:59:07 2016 +0000
@@ -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
 "
 ! !