diff --git a/src/ameba/rule/style/variable_names.cr b/src/ameba/rule/style/variable_names.cr index 23e858ff..09a2ff3b 100644 --- a/src/ameba/rule/style/variable_names.cr +++ b/src/ameba/rule/style/variable_names.cr @@ -9,7 +9,7 @@ module Ameba::Rule::Style # _another_good_name = 3 # ``` # - # And these are invalid method names: + # And these are invalid variable names: # # ``` # myBadNamedVar = 1