#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Wed, 02 Oct 2019 02:22:08 +0200
changeset 4508 9f8895054bb7
parent 4507 8e9331873563
child 4509 a58d825e6d75
#DOCUMENTATION by exept class: MethodFinder comment/format in: #cleanInputs:
MethodFinder.st
--- a/MethodFinder.st	Tue Oct 01 20:25:25 2019 +0200
+++ b/MethodFinder.st	Wed Oct 02 02:22:08 2019 +0200
@@ -396,7 +396,8 @@
 !MethodFinder methodsFor:'initialization'!
 
 cleanInputs:dataAndAnswerString 
-    "Find and remove common mistakes.  Complain when ill formed."
+    "Find and remove common mistakes.  
+     Complain when ill formed."
 
     |fixed ddd rs places|