Skip to content

Commit

Permalink
Merge pull request #10190 from joostdecock/patch-1
Browse files Browse the repository at this point in the history
Fix: broken link in document.js
  • Loading branch information
vkarpov15 authored Apr 29, 2021
2 parents 8a65377 + 3fa78b6 commit 2938199
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 @@ -805,7 +805,7 @@ Document.prototype.updateOne = function updateOne(doc, options, callback) {
*
* ####Valid options:
*
* - same as in [Model.replaceOne](#model_Model.replaceOne)
* - same as in [Model.replaceOne](https://mongoosejs.com/docs/api/model.html#model_Model.replaceOne)
*
* @see Model.replaceOne #model_Model.replaceOne
* @param {Object} doc
Expand Down

0 comments on commit 2938199

Please sign in to comment.