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