#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:06:17 +0200
changeset 7581 1551935e973f
parent 7580 1c51d1d76b32
child 7582 1117b57d97a1
#DOCUMENTATION by cg class: Depth1Image comment/format in: #greyImageAsMonoFormOn:
Depth1Image.st
--- a/Depth1Image.st	Thu Sep 22 15:04:44 2016 +0200
+++ b/Depth1Image.st	Thu Sep 22 15:06:17 2016 +0200
@@ -186,7 +186,7 @@
 !
 
 greyImageAsMonoFormOn:aDevice
-    "convert to a monochrome form - thats easy"
+    "convert to a monochrome form - that's easy"
 
     ^ self anyImageAsFormOn:aDevice
 !