Skip to content

Commit

Permalink
Fix link to pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphack authored Aug 12, 2020
1 parent c90c89e commit 6d2eaef
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 6d2eaef

Please sign in to comment.