Skip to content

Commit

Permalink
DOCSP-37326: fix formatting (#5799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilliams-mongo authored Mar 21, 2024
1 parent c4fed24 commit 5bdb998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/queries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ examples.
If any of the ``_id`` values are not found in the database, the behavior of
``find`` depends on the value of the ``raise_not_found_error`` configuration
option. If the option is set to ``true``, ``find`` raises
``Mongoid::Errors::DocumentNotFound`` if any of the ``_id``s are not found.
``Mongoid::Errors::DocumentNotFound`` if any of the ``_id``\s are not found.
If the option is set to ``false`` and ``find`` is given a single ``_id`` to
find and there is no matching document, ``find`` returns ``nil``. If the
option is set to ``false`` and ``find`` is given an array of ids to find
Expand Down

0 comments on commit 5bdb998

Please sign in to comment.