Rectangle.st
changeset 20018 374cd31838c4
parent 19960 32fa5617bd7a
child 20079 8d884971c2ed
child 20308 9110f117d260
--- a/Rectangle.st	Mon Jun 20 14:07:51 2016 +0200
+++ b/Rectangle.st	Mon Jun 20 14:10:18 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1800,7 +1798,7 @@
      (Rectangle origin:10@10 corner:50@50) scaledBy:2   
     "
 
-    "its NOT destructive:"
+    "it is NOT destructive:"
     "
      |r1 r2|