Skip to content

Commit 9125f29

Browse files
committed
fix wording
1 parent abb7a53 commit 9125f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/release-notes/mongoid-8.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,6 @@ If you call an ``<association>_ids`` method, such as ``member_ids``, on an
832832
association previously loaded into memory, Mongoid 8.0 uses the in-memory collection to satisfy the query
833833
instead of issuing a new query to the database.
834834

835-
To force an ``<association>_ids`` method to issue a database query,
835+
To force an ``<association>_ids`` method to issue a new database query,
836836
you can either reset the association or reload the parent record.
837837

0 commit comments

Comments
 (0)