mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Merge pull request #357 from crystal-ameba/fix/comments
fix(style): correct typo in rule doc
This commit is contained in:
commit
801affc58b
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