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

View file

@ -9,7 +9,7 @@ module Ameba::Rule::Style
# _another_good_name = 3 # _another_good_name = 3
# ``` # ```
# #
# And these are invalid method names: # And these are invalid variable names:
# #
# ``` # ```
# myBadNamedVar = 1 # myBadNamedVar = 1