#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Wed, 20 Jul 2016 11:54:49 +0200
changeset 7430 18c923f3050d
parent 7429 12036015c6cc
child 7431 c6769fccedff
#DOCUMENTATION by stefan class: Color comment/format in: #documentation
Color.st
--- a/Color.st	Wed Jul 20 11:38:15 2016 +0200
+++ b/Color.st	Wed Jul 20 11:54:49 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -51,7 +53,7 @@
 "
     Color represents colors in a device independent manner, main info I keep about
     mySelf are the red, green and blue components scaled into 0 .. MaxValue.
-    The device specific color can be acquired by sending a color the 'on:aDevice' message,
+    The device specific color can be acquired by sending a color the 'onDevice:aDevice' message,
     which will return a color with the same rgb values as the receiver but specific
     for that device.