Merge pull request #357 from crystal-ameba/fix/comments

fix(style): correct typo in rule doc
This commit is contained in:
Vitalii Elenhaupt 2023-02-19 13:53:49 +02:00 committed by GitHub
commit 801affc58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module Ameba::Rule::Style
# 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:
#