We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d80579 commit 906cb4fCopy full SHA for 906cb4f
lib/aggregate.js
@@ -481,7 +481,8 @@ Aggregate.prototype.sortByCount = function(arg) {
481
*
482
* @see $lookup https://docs.mongodb.org/manual/reference/operator/aggregation/lookup/#pipe._S_lookup
483
* @param {Object} options to $lookup as described in the above link
484
- * @return {Aggregate}* @api public
+ * @return {Aggregate}
485
+ * @api public
486
*/
487
488
Aggregate.prototype.lookup = function(options) {
0 commit comments