From 777497b7f32da7017ce14acb4a2a6c30a22f1b39 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Wed, 17 Jan 2018 16:16:38 -0500 Subject: [PATCH] chore(collection): lint errors --- lib/collection.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/collection.js b/lib/collection.js index 2973646e3f..0bca764307 100644 --- a/lib/collection.js +++ b/lib/collection.js @@ -1295,12 +1295,12 @@ define.classMethod('save', { callback: true, promise: true }); * @param {object} result The result object if the command was executed successfully. */ - /** - * The callback format for an aggregation call +/** + * The callback format for an aggregation call * @callback Collection~aggregationCallback * @param {MongoError} error An error instance representing the error during the execution. * @param {AggregationCursor} cursor The cursor if the aggregation command was executed successfully. - */ + */ /** * Fetches the first document that matches the query