diff --git a/STYLEGUIDE.md b/STYLEGUIDE.md
index 758651b6..6cb942d1 100644
--- a/STYLEGUIDE.md
+++ b/STYLEGUIDE.md
@@ -678,7 +678,7 @@ end
* Never put a space between a method name and the opening parenthesis.
[[link](#no-spaces-method-parens)]
- * RuboCop rule: Style/ParenthesesAsGroupedExpression
+ * RuboCop rule: Lint/ParenthesesAsGroupedExpression
``` ruby
# bad