Rectangle.st
branchjv
changeset 20079 8d884971c2ed
parent 19967 9b1443c2aab1
parent 20018 374cd31838c4
child 20344 152b525b5c63
--- a/Rectangle.st	Thu Jun 30 21:11:02 2016 +0100
+++ b/Rectangle.st	Thu Jun 30 21:12:35 2016 +0100
@@ -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|