Skip to content

Commit a343788

Browse files
committed
you're doing great
1 parent a847ddb commit a343788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

046_mongodb/06_update/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ save will overwrite a record
66

77
### update
88
```
9-
db.<collection mame>.update(<selection criteria>, <update data>, <optional options>)
9+
db.<collection name>.update(<selection criteria>, <update data>, <optional options>)
1010
```
1111

1212
example

0 commit comments

Comments
 (0)