Skip to content

Commit

Permalink
documentation update for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhyder committed Jun 30, 2016
1 parent 5cef08c commit 38d5fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dao/dao.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ module.exports = function DAOModule(pb) {
* @param {String} collection The collection to update object(s) in
* @param {Object} query The where clause to execute to find the existing object
* @param {Object} updates The updates to perform
* @param {Object} options Any options to go along with the update
* @param {Object} [options] Any options to go along with the update
* @param {Boolean} [options.upsert=false] Inserts the object is not found
* @param {Boolean} [options.multi=false] Updates multiple records if the query
* finds more than 1
Expand Down

0 comments on commit 38d5fee

Please sign in to comment.