Skip to content

Commit 5c7c204

Browse files
samyzhangkay-kim
authored andcommitted
Update db.collection.findOneAndDelete.txt
1 parent 7072ec4 commit 5c7c204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Examples
9494
Delete A Document
9595
~~~~~~~~~~~~~~~~~~
9696

97-
The ``grades`` collection contains documents similar to the following:
97+
The ``scores`` collection contains documents similar to the following:
9898

9999
.. code-block:: javascript
100100

@@ -125,7 +125,7 @@ The operation returns the *original* document that has been deleted:
125125
Sort And Delete A Document
126126
~~~~~~~~~~~~~~~~~~~~~~~~~~
127127

128-
The ``grades`` collection contains documents similar to the following:
128+
The ``scores`` collection contains documents similar to the following:
129129

130130
.. code-block:: javascript
131131

0 commit comments

Comments
 (0)