Skip to content

Commit

Permalink
docs(collection): make clear that filter updates multiple documents
Browse files Browse the repository at this point in the history
  • Loading branch information
gef756 authored and mbroadst committed Mar 5, 2018
1 parent 23b1938 commit 029e79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ define.classMethod('replaceOne', { callback: true, promise: true });
/**
* Update multiple documents on MongoDB
* @method
* @param {object} filter The Filter used to select the document to update
* @param {object} filter The Filter used to select the documents to update
* @param {object} update The update operations to be applied to the document
* @param {object} [options=null] Optional settings.
* @param {boolean} [options.upsert=false] Update operation is an upsert.
Expand Down

0 comments on commit 029e79b

Please sign in to comment.