Behavior.st
changeset 22441 e1bf343ab352
parent 22362 271a6e5f7804
child 22708 d5fdc5d3edfc
--- a/Behavior.st	Wed Jan 17 13:58:47 2018 +0100
+++ b/Behavior.st	Wed Jan 17 14:06:56 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -3567,7 +3569,7 @@
 isObsolete
     "return true, if the receiver is obsolete
      (i.e. has been replaced by a different class or was removed,
-      but is still referenced by instanced).
+      but is still referenced by instances).
      Not normally needed here, but added to allow for instances of anonymous behaviours
      to be inspected or browsed."