Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function run() {
/*
* *** INSERT DOCUMENTS ***
*
* You can insert individual documents using collection.insert().
* You can insert individual documents using collection.insertOne().
* In this example, we're going to create four documents and then
* insert them all in one call with collection.insertMany().
*/
Expand Down