Skip to content

Commit ba0944b

Browse files
committed
style(mquery): change "Note" headers to be consistent
Only capitalize the first letter
1 parent 93864b4 commit ba0944b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mquery.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ Query.prototype.elemMatch = function() {
728728
* query.where('loc').within([], []) // box
729729
* query.where('loc').within({ type: 'LineString', coordinates: [...] }); // geometry
730730
*
731-
* #### NOTE:
731+
* #### Note:
732732
*
733733
* Must be used after `where()`.
734734
*
@@ -1039,7 +1039,7 @@ Query.prototype.intersects = function intersects() {
10391039
* // or
10401040
* query.where('loc').intersects().geometry({ type: 'Point', coordinates: polyC })
10411041
*
1042-
* #### NOTE:
1042+
* #### Note:
10431043
*
10441044
* `geometry()` **must** come after either `intersects()` or `within()`.
10451045
*

0 commit comments

Comments
 (0)