Skip to content

Commit 835c569

Browse files
formatting tweak (#277)
1 parent 3d7f788 commit 835c569

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/reference/method/db.collection.findOneAndDelete.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,9 @@ The following operation uses a write concern document inside of the
249249
:emphasize-lines: 3-9
250250

251251
db.scores.findOneAndDelete(
252-
{name: "A. MacDyver"},
253-
{ writeConcern: {
252+
{ name: "A. MacDyver" },
253+
{
254+
writeConcern: {
254255
w : 1,
255256
j : true,
256257
wtimeout : 1000

0 commit comments

Comments
 (0)