Fix typo + add NOTE pragma

This commit is contained in:
Sijawusz Pur Rahnama 2022-11-14 01:05:13 +01:00
parent 2811352cae
commit 353c0a1583

View file

@ -33,7 +33,7 @@ module Ameba::Rule
# that are tested by this rule, it should add an issue.
#
# Be default it uses a node visitor to traverse all the nodes in the source.
# Must be overriten for other type of rules.
# NOTE: Must be overridden for other type of rules.
def test(source : Source)
AST::NodeVisitor.new self, source
end