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 2922c97 commit 140c02dCopy full SHA for 140c02d
source/crud/bulk.txt
@@ -649,7 +649,7 @@ contains two documents that violate the collection's schema
649
validation rules. Suppose the collection has a rule where the value of the
650
``quantity`` field must be an ``int`` type. If your bulk insert contains a
651
document with a ``quantity`` of ``"three"`` and another with a ``quantity`` of
652
-``"ten"`, the driver prints the following error message:
+``"ten"``, the driver prints the following error message:
653
654
.. code-block:: none
655
:copyable: false
0 commit comments