Correct variable name rule doc

This commit is contained in:
Vitalii Elenhaupt 2019-02-24 20:04:35 +02:00
parent 3dabfb8dec
commit d2b36047ef
No known key found for this signature in database
GPG Key ID: 7558EF3A4056C706
1 changed files with 1 additions and 1 deletions

View File

@ -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