AbstractBorder.st
changeset 7236 6a4381fd555e
parent 7012 b39b300d4874
child 7383 3f283ca8c02a
--- a/AbstractBorder.st	Fri Mar 25 17:00:06 2016 +0100
+++ b/AbstractBorder.st	Fri Mar 25 17:11:12 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
  COPYRIGHT (c) 2009 by eXept Software AG
@@ -154,7 +152,7 @@
 displayBoxFor:aRectangle
     "return a rectangle representing the overall display box of a component
      bordered by the receiver, which has bounds of aRectangle.
-     That is, the argument outset by the receivers borders."
+     That is, the argument outset by the receiver's borders."
 
     |insetRectangle|