Skip to content

Commit a1eade6

Browse files
committed
style: update "Query.prototype.box" jsdoc to use proper "@param" tags
1 parent e6776b3 commit a1eade6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/query.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5658,8 +5658,8 @@ if (Symbol.asyncIterator != null) {
56585658
* @see $box https://docs.mongodb.org/manual/reference/operator/box/
56595659
* @see within() Query#within #query_Query-within
56605660
* @see https://www.mongodb.org/display/DOCS/Geospatial+Indexing
5661-
* @param {Object} val
5662-
* @param [Array] Upper Right Coords
5661+
* @param {Object|Array<Number>} val1 Lower Left Coordinates OR a object of lower-left(ll) and upper-right(ur) Coordinates
5662+
* @param {Array<Number>} [val2] Upper Right Coordinates
56635663
* @return {Query} this
56645664
* @api public
56655665
*/

0 commit comments

Comments
 (0)