Skip to content

Commit

Permalink
add closing brace to update argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Rabin committed Aug 12, 2012
1 parent 0fd8d42 commit 35abf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ for (var k in hooks) {
*
* ####Example:
*
* weirdCar.update({$inc: {wheels:1}, { safe: true }, callback);
* weirdCar.update({$inc: {wheels:1}}, { safe: true }, callback);
*
* ####Valid options:
*
Expand Down

0 comments on commit 35abf2e

Please sign in to comment.