Skip to content

Commit 525eae9

Browse files
(DOCSP-22424): fix collection name in example (#203)
1 parent 2c12fd6 commit 525eae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/crud/insert.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ an ObjectId value to the new document. See
6060

6161
.. code-block:: javascript
6262

63-
db.inventory.find( { title: "The Favourite" } )
63+
db.movies.find( { title: "The Favourite" } )
6464

6565
To ensure you return the document you inserted, you can instead
6666
query by ``_id``.

0 commit comments

Comments
 (0)