From e2003c93a8b14ba7df559efad9e4d55d5b3f36b0 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Tue, 29 Nov 2022 09:48:00 -0300 Subject: [PATCH] fix: added instance in jsdocs --- packages/mongo-async/collection.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/mongo-async/collection.js b/packages/mongo-async/collection.js index 48ae036433..dc2d29c206 100644 --- a/packages/mongo-async/collection.js +++ b/packages/mongo-async/collection.js @@ -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