We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a1ad2 commit a62cf2aCopy full SHA for a62cf2a
source/reference/queries.txt
@@ -1151,7 +1151,7 @@ examples.
1151
If any of the ``_id`` values are not found in the database, the behavior of
1152
``find`` depends on the value of the ``raise_not_found_error`` configuration
1153
option. If the option is set to ``true``, ``find`` raises
1154
-``Mongoid::Errors::DocumentNotFound`` if any of the ``_id``s are not found.
+``Mongoid::Errors::DocumentNotFound`` if any of the ``_id``\s are not found.
1155
If the option is set to ``false`` and ``find`` is given a single ``_id`` to
1156
find and there is no matching document, ``find`` returns ``nil``. If the
1157
option is set to ``false`` and ``find`` is given an array of ids to find
0 commit comments