#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:45:42 +0100
changeset 3887 75680e93cb48
parent 3886 48e95f2d273d
child 3888 72dcf9d128f0
#OTHER by cg comment/format
PrintConverter.st
--- a/PrintConverter.st	Mon Feb 13 20:41:20 2017 +0100
+++ b/PrintConverter.st	Mon Feb 13 20:45:42 2017 +0100
@@ -269,10 +269,12 @@
 !PrintConverter methodsFor:'accessing'!
 
 type
-    "return the type if its one of the standard converters,
+    "return the type if it's one of the standard converters,
      #number, #string etc. nil otherwise"
 
     ^ type
+
+    "Modified (comment): / 13-02-2017 / 20:29:04 / cg"
 ! !
 
 !PrintConverter methodsFor:'converting'!