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 ff68f50 commit e30b2edCopy full SHA for e30b2ed
source/crud/operation-error-handling.txt
@@ -95,8 +95,8 @@ Bulk Write Exception
95
~~~~~~~~~~~~~~~~~~~~
96
97
Using the previous example, if you now attempt to insert two documents that
98
-violate the collection's schema, one with a ``quantity`` of ``three`` and another
99
-with a ``quantity`` of ``ten``, the driver prints the following error message:
+violate the collection's schema, one with a ``quantity`` of ``"three"`` and another
+with a ``quantity`` of ``"ten"``, the driver prints the following error message:
100
101
.. code-block:: none
102
:copyable: false
0 commit comments