Tools__LintRuleDetail.st
changeset 17297 78fd75347bc3
parent 17290 ffe3a898f0a4
child 17379 028adf14bc05
child 17521 e251ed5154bb
--- a/Tools__LintRuleDetail.st	Sat Jan 28 18:00:08 2017 +0100
+++ b/Tools__LintRuleDetail.st	Sat Jan 28 18:00:38 2017 +0100
@@ -63,6 +63,23 @@
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  OTHER DEALINGS IN THE SOFTWARE.
 "
+!
+
+documentation
+"
+    Embeddable list to display affected methods from a selected SmallLint rules.
+    (this is embedded in the browser when showing lint check outcomes)
+
+    [author:]
+        Jan Vrany <jan.vrany@fit.cvut.cz>
+
+    [instance variables:]
+
+    [class variables:]
+
+    [see also:]
+
+"
 ! !
 
 !LintRuleDetail class methodsFor:'help specs'!
@@ -313,7 +330,7 @@
 
     (holder := builder bindingAt:#ruleRationaleAspect) isNil ifTrue:[
         "cannot use a BlockValue linked on the ruleHolder for the
-         ruleRationaleAspect, because the ruleHolder maight be changed dynamically
+         ruleRationaleAspect, because the ruleHolder might be changed dynamically
          via the aspect-linking mechanism"
 "/        holder := (AspectAdaptor forAspect: #rationale) subjectChannel: self ruleHolder.
         holder := '' asValue.