mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Correct variable name rule doc
This commit is contained in:
parent
3dabfb8dec
commit
d2b36047ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue