Skip to content

Commit

Permalink
mongo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jserrao committed Nov 4, 2019
1 parent c58ec5c commit b23d0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ db.restaurants.find(
)
```

9. `> db.collection.update()
9. `> db.collection.update()`

```
db.your_collection.update(
Expand Down

0 comments on commit b23d0a4

Please sign in to comment.