Skip to content

Commit 89ea959

Browse files
committed
Correct typo in Rails/WhereEquals documentation
1 parent 0f703db commit 89ea959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/cops_rails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6802,7 +6802,7 @@ in `where` can be replaced with `where(attribute: value)`.
68026802
68036803
=== Safety
68046804
6805-
This cop's autocorrection is unsafe because is may change SQL.
6805+
This cop's autocorrection is unsafe because it may change SQL.
68066806
See: https://github.com/rubocop/rubocop-rails/issues/403
68076807
68086808
=== Examples

0 commit comments

Comments
 (0)