From 5bdb998710edae23687f989cb3b07c569018177a Mon Sep 17 00:00:00 2001 From: John Williams <55147273+jwilliams-mongo@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:00:45 -0500 Subject: [PATCH] DOCSP-37326: fix formatting (#5799) --- docs/reference/queries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/queries.txt b/docs/reference/queries.txt index b8dd5c9026..7cef79b94d 100644 --- a/docs/reference/queries.txt +++ b/docs/reference/queries.txt @@ -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