#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 13:42:19 +0100
changeset 3773 7351373f0c28
parent 3772 18f86fffbd1c
child 3774 cee263839e68
#DOCUMENTATION by cg class: PrintConverter comment/format in: #documentation
PrintConverter.st
--- a/PrintConverter.st	Fri Nov 04 13:39:35 2016 +0100
+++ b/PrintConverter.st	Fri Nov 04 13:42:19 2016 +0100
@@ -40,11 +40,14 @@
 "
     printConverters can be used with labels and editFields to convert 
     an object to/from some printed representation.
-    Conversion is done via two blocks which can be set at instance
-    creation time - either as custom blocks ot to one of the
-    standard conversions. There are a number of standard setups, for
-    common conversions; if none of them fits your needs, create a custom
-    converter, by defining its two conversion blocks.
+    
+    Conversion is done via two blocks, which can be set at instance
+    creation time - either as custom blocks or as one of the
+    standard conversions. 
+
+    There are a number of standard setups for common conversions; 
+    if none of them fits your needs, 
+    create a custom converter by defining its two conversion blocks.
 
     Notice: this class was implemented using protocol information
     from alpha testers - it may not be complete or compatible to