From ad8ecd9e268db9cb74d548ef92df28449b6bf43f Mon Sep 17 00:00:00 2001 From: ravind Date: Sat, 16 Jan 2016 20:51:01 -0500 Subject: [PATCH] DOCS-6991 : Minor correction to example --- source/reference/method/db.collection.bulkWrite.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/db.collection.bulkWrite.txt b/source/reference/method/db.collection.bulkWrite.txt index ab435cfd4b4..5c6d79c0fb4 100644 --- a/source/reference/method/db.collection.bulkWrite.txt +++ b/source/reference/method/db.collection.bulkWrite.txt @@ -377,7 +377,7 @@ duplicate of an existing ``_id``, the following exception would be thrown: "code" : 11000, "errmsg" : "E11000 duplicate key error collection: guidebook.characters index: _id_ dup key: { : 4 }", "op" : { - "_id" : 4, + "_id" : 5, "char" : "Taeln" } }