fix: added instance in jsdocs

This commit is contained in:
Gabriel Grubba
2022-11-29 09:48:00 -03:00
parent 63d34b38a3
commit e2003c93a8

View File

@@ -745,9 +745,10 @@ Object.assign(Mongo.Collection.prototype, {
// We'll actually design an index API later. For now, we just pass through to
// Mongo's, but make it synchronous.
/**
/**
* @summary Creates the specified index on the collection.
* @locus server
* @method _ensureIndex
* @deprecated in 3.0
* @memberof Mongo.Collection
* @instance