Skip to content

Commit 906cb4f

Browse files
committed
style: fix missing next line in jsdoc for "Aggregate.prototype.lookup"
1 parent 5d80579 commit 906cb4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/aggregate.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,8 @@ Aggregate.prototype.sortByCount = function(arg) {
481481
*
482482
* @see $lookup https://docs.mongodb.org/manual/reference/operator/aggregation/lookup/#pipe._S_lookup
483483
* @param {Object} options to $lookup as described in the above link
484-
* @return {Aggregate}* @api public
484+
* @return {Aggregate}
485+
* @api public
485486
*/
486487

487488
Aggregate.prototype.lookup = function(options) {

0 commit comments

Comments
 (0)