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 a847ddb commit a343788Copy full SHA for a343788
046_mongodb/06_update/README.md
@@ -6,7 +6,7 @@ save will overwrite a record
6
7
### update
8
```
9
-db.<collection mame>.update(<selection criteria>, <update data>, <optional options>)
+db.<collection name>.update(<selection criteria>, <update data>, <optional options>)
10
11
12
example
0 commit comments