Skip to content

Commit

Permalink
Merge branch '3.8.x'
Browse files Browse the repository at this point in the history
Conflicts:
	package.json
  • Loading branch information
vkarpov15 committed Jan 3, 2015
2 parents 907214d + 8c4a0f5 commit f2bfdd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,8 @@ Mongoose is a [MongoDB](http://www.mongodb.org/) object modeling tool designed t

Check out the [plugins search site](http://plugins.mongoosejs.com/) to see hundreds of related modules from the community.

Build your own Mongoose plugin through [generator-mongoose-plugin](https://github.com/huei90/generator-mongoose-plugin).

## Contributors

View all 100+ [contributors](https://github.com/learnboost/mongoose/graphs/contributors). Stand up and be counted as a [contributor](https://github.com/LearnBoost/mongoose/blob/master/CONTRIBUTING.md) too!
Expand Down
2 changes: 1 addition & 1 deletion lib/model.js
Expand Up @@ -1090,7 +1090,7 @@ Model.findById = function findById (id, fields, options, callback) {
* // chaining findOne queries (same as above)
* Adventure.findOne({ type: 'iphone' }).select('name').lean().exec(callback);
*
* @param {Object} conditions
* @param {Object} [conditions]
* @param {Object} [fields] optional fields to select
* @param {Object} [options] optional
* @param {Function} [callback]
Expand Down

0 comments on commit f2bfdd1

Please sign in to comment.