Add comment to Collection.get() name parameter

This commit is contained in:
Jørgen Vatle
2024-06-29 20:07:08 +03:00
parent 20aa828b0f
commit 93e2dbe59e

View File

@@ -979,7 +979,7 @@ Mongo.Collection.ObjectID = Mongo.ObjectID;
* @method get
* @memberof Mongo.Collection
* @static
* @param {string} name
* @param {string} name Name of your collection as it was defined with `new Mongo.Collection()`.
* @returns {Mongo.Collection | undefined}
*/
Mongo.Collection.get = function get(name) {