Tools__LintRuleDetail.st
changeset 17521 e251ed5154bb
parent 17297 78fd75347bc3
child 17657 26bce9240711
--- a/Tools__LintRuleDetail.st	Wed May 24 22:28:19 2017 +0200
+++ b/Tools__LintRuleDetail.st	Mon May 29 15:54:19 2017 +0200
@@ -517,7 +517,7 @@
 visibility: visibility height: height
     | container list detail h |
 
-"/ cg: the whole conatiner-container access chains below is ugly - use a name to access components.
+"/ cg: the whole container-container access chain below is ugly - use a name to access components.
 "/ and also: there is no layout in list, so the code does crash.
 "/ I disabled the whole visibility stuff.
 ^ self.
@@ -541,6 +541,7 @@
 
     "Created: / 11-03-2010 / 09:51:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 01-03-2012 / 10:35:51 / cg"
+    "Modified (format): / 29-05-2017 / 15:53:20 / mawalch"
 ! !
 
 !LintRuleDetail class methodsFor:'documentation'!