# HG changeset patch # User Claus Gittinger # Date 1487015142 -3600 # Node ID 75680e93cb481295749290c060b88c096168a1b8 # Parent 48e95f2d273d79a368f2e48aad928ba541580677 #OTHER by cg comment/format diff -r 48e95f2d273d -r 75680e93cb48 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'!