Skip to content

Commit 5c532e1

Browse files
authored
Fix link to ParenthesesAsGroupedExpression
1 parent bc3ebe7 commit 5c532e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLEGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ end
678678

679679
* Never put a space between a method name and the opening parenthesis.
680680
<a name="no-spaces-method-parens"></a><sup>[[link](#no-spaces-method-parens)]</sup>
681-
* <a href="https://docs.rubocop.org/rubocop/cops_style.html#styleparenthesesasgroupedexpression">RuboCop rule: Style/ParenthesesAsGroupedExpression</a>
681+
* <a href="https://docs.rubocop.org/rubocop/cops_lint.html#lintparenthesesasgroupedexpression">RuboCop rule: Lint/ParenthesesAsGroupedExpression</a>
682682

683683
``` ruby
684684
# bad

0 commit comments

Comments
 (0)