Skip to content

Commit 140c02d

Browse files
committed
DOCSP-30350 fix typo
1 parent 2922c97 commit 140c02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/crud/bulk.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ contains two documents that violate the collection's schema
649649
validation rules. Suppose the collection has a rule where the value of the
650650
``quantity`` field must be an ``int`` type. If your bulk insert contains a
651651
document with a ``quantity`` of ``"three"`` and another with a ``quantity`` of
652-
``"ten"`, the driver prints the following error message:
652+
``"ten"``, the driver prints the following error message:
653653

654654
.. code-block:: none
655655
:copyable: false

0 commit comments

Comments
 (0)