Autoload.st
changeset 22937 8905c05c3a4b
parent 21767 070cc7414a41
child 23306 7c75f151daae
--- a/Autoload.st	Tue May 15 18:10:16 2018 +0200
+++ b/Autoload.st	Tue May 15 18:10:34 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
@@ -767,7 +769,7 @@
 !
 
 isBehavior
-    "return true, if the receiver is describing another objects' behavior.
+    "return true, if the receiver is describing another object's' behavior.
      Autoloaded classes are definitely; therefore return true."
 
     ^ true