Skip to content

Commit e446ef8

Browse files
authored
Fix a typo in CHANGELOG.md
Ref: https://github.com/rails/rails/pull/47670/files#r1236168967 It's `intersects?` not `intersect?`
1 parent c20f8eb commit e446ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
185185
*fatkodima*
186186
187-
* Add support for `Array#intersect?` to `ActiveRecord::Relation`.
187+
* Add support for `Array#intersects?` to `ActiveRecord::Relation`.
188188
189189
`Array#intersect?` is only available on Ruby 3.1 or later.
190190

0 commit comments

Comments
 (0)