Skip to content

Commit

Permalink
Merge pull request #9320 from Glyphack/master
Browse files Browse the repository at this point in the history
[doc] Fix link to pull
  • Loading branch information
vkarpov15 authored Aug 12, 2020
2 parents c90c89e + 6d2eaef commit 3d52fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/types/core_array.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ class CoreMongooseArray extends Array {
}

/**
* Alias of [pull](#types_array_MongooseArray-pull)
* Alias of [pull](#mongoosearray_MongooseArray-pull)
*
* @see MongooseArray#pull #types_array_MongooseArray-pull
* @see mongodb http://www.mongodb.org/display/DOCS/Updating/#Updating-%24pull
Expand Down Expand Up @@ -955,4 +955,4 @@ function _checkManualPopulation(arr, docs) {
}
}

module.exports = CoreMongooseArray;
module.exports = CoreMongooseArray;

0 comments on commit 3d52fff

Please sign in to comment.