mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
fix(style): correct typo in rule doc
This commit is contained in:
parent
6717ac7b70
commit
c9c5fb655f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module Ameba::Rule::Style
|
module Ameba::Rule::Style
|
||||||
# A rule that checks for the presence of superfluous parentheses
|
# A rule that checks for the presence of superfluous parentheses
|
||||||
# around the condition of `if`, `unless`, `case, `while` and `until`.
|
# around the condition of `if`, `unless`, `case`, `while` and `until`.
|
||||||
#
|
#
|
||||||
# For example, this is considered invalid:
|
# For example, this is considered invalid:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue