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 93864b4 commit ba0944bCopy full SHA for ba0944b
lib/mquery.js
@@ -728,7 +728,7 @@ Query.prototype.elemMatch = function() {
728
* query.where('loc').within([], []) // box
729
* query.where('loc').within({ type: 'LineString', coordinates: [...] }); // geometry
730
*
731
- * #### NOTE:
+ * #### Note:
732
733
* Must be used after `where()`.
734
@@ -1039,7 +1039,7 @@ Query.prototype.intersects = function intersects() {
1039
* // or
1040
* query.where('loc').intersects().geometry({ type: 'Point', coordinates: polyC })
1041
1042
1043
1044
* `geometry()` **must** come after either `intersects()` or `within()`.
1045
0 commit comments