fix(style): correct typo in rule doc

This commit is contained in:
Vitalii Elenhaupt 2023-02-19 13:47:17 +02:00
parent 6717ac7b70
commit c9c5fb655f
No known key found for this signature in database
GPG Key ID: CD0BF17825928BC0
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:
#