We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c12fd6 commit 525eae9Copy full SHA for 525eae9
source/crud/insert.txt
@@ -60,7 +60,7 @@ an ObjectId value to the new document. See
60
61
.. code-block:: javascript
62
63
- db.inventory.find( { title: "The Favourite" } )
+ db.movies.find( { title: "The Favourite" } )
64
65
To ensure you return the document you inserted, you can instead
66
query by ``_id``.
0 commit comments