Skip to content

Commit

Permalink
Merge pull request #1316 from Uaitt/documentation-typo
Browse files Browse the repository at this point in the history
Correct typo in Rails/WhereEquals documentation
  • Loading branch information
koic authored Jul 30, 2024
2 parents 0f703db + 89ea959 commit 65d20a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rails.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65d20a9

Please sign in to comment.