From 89ea9596cb70f4f614825e742e36ce54a3892794 Mon Sep 17 00:00:00 2001 From: Lorenzo Zabot Date: Mon, 29 Jul 2024 16:30:38 +0200 Subject: [PATCH] Correct typo in Rails/WhereEquals documentation --- docs/modules/ROOT/pages/cops_rails.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/cops_rails.adoc b/docs/modules/ROOT/pages/cops_rails.adoc index ecef5f8339..65cf9a1287 100644 --- a/docs/modules/ROOT/pages/cops_rails.adoc +++ b/docs/modules/ROOT/pages/cops_rails.adoc @@ -6802,7 +6802,7 @@ in `where` can be replaced with `where(attribute: value)`. === Safety -This cop's autocorrection is unsafe because is may change SQL. +This cop's autocorrection is unsafe because it may change SQL. See: https://github.com/rubocop/rubocop-rails/issues/403 === Examples