Skip to content

Commit e30b2ed

Browse files
committed
DOCSP30350- add quotes on strings
1 parent ff68f50 commit e30b2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/crud/operation-error-handling.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Bulk Write Exception
9595
~~~~~~~~~~~~~~~~~~~~
9696

9797
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:
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:
100100

101101
.. code-block:: none
102102
:copyable: false

0 commit comments

Comments
 (0)