#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 15 May 2018 18:10:34 +0200
changeset 22937 8905c05c3a4b
parent 22936 eb7c7748e568
child 22938 c3954250f7e7
#DOCUMENTATION by cg class: Autoload class comment/format in: #isBehavior
Autoload.st
--- 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