From 292d517aa0d1e64d767e77d01563ba6d78cd1ab3 Mon Sep 17 00:00:00 2001 From: Grace Miller Date: Thu, 19 Dec 2024 16:00:26 -0500 Subject: [PATCH] bulk page --- source/fundamentals/crud/write-operations/bulk.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/fundamentals/crud/write-operations/bulk.txt b/source/fundamentals/crud/write-operations/bulk.txt index 721641d8..4ca49fbe 100644 --- a/source/fundamentals/crud/write-operations/bulk.txt +++ b/source/fundamentals/crud/write-operations/bulk.txt @@ -366,16 +366,16 @@ A ``MongoBulkWriteError`` object contains the following properties: * - ``writeConcernErrors`` - | Write concern errors that occured during execution of the bulk write operation. - | Data Type: ``WriteConnectionError[]` + | Data Type: ``WriteConnectionError[]`` * - ``result`` - | The results of any successful operations performed before the exception was thrown. - | Data Type: ``BulkWriteResult[]` + | Data Type: ``BulkWriteResult[]`` * - ``err`` - | The underlying error object, which may contain more details. - | Data Type: ``Error` + | Data Type: ``Error`` .. _node-bulk-addtl-info: