Skip to content

Commit a62cf2a

Browse files
DOCSP-37326: fix formatting (#5799)
1 parent b0a1ad2 commit a62cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/queries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ examples.
11511151
If any of the ``_id`` values are not found in the database, the behavior of
11521152
``find`` depends on the value of the ``raise_not_found_error`` configuration
11531153
option. If the option is set to ``true``, ``find`` raises
1154-
``Mongoid::Errors::DocumentNotFound`` if any of the ``_id``s are not found.
1154+
``Mongoid::Errors::DocumentNotFound`` if any of the ``_id``\s are not found.
11551155
If the option is set to ``false`` and ``find`` is given a single ``_id`` to
11561156
find and there is no matching document, ``find`` returns ``nil``. If the
11571157
option is set to ``false`` and ``find`` is given an array of ids to find

0 commit comments

Comments
 (0)