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 e6776b3 commit a1eade6Copy full SHA for a1eade6
lib/query.js
@@ -5658,8 +5658,8 @@ if (Symbol.asyncIterator != null) {
5658
* @see $box https://docs.mongodb.org/manual/reference/operator/box/
5659
* @see within() Query#within #query_Query-within
5660
* @see https://www.mongodb.org/display/DOCS/Geospatial+Indexing
5661
- * @param {Object} val
5662
- * @param [Array] Upper Right Coords
+ * @param {Object|Array<Number>} val1 Lower Left Coordinates OR a object of lower-left(ll) and upper-right(ur) Coordinates
+ * @param {Array<Number>} [val2] Upper Right Coordinates
5663
* @return {Query} this
5664
* @api public
5665
*/
0 commit comments