Skip to content

Commit 01ba2ab

Browse files
committed
wording
1 parent b320eb0 commit 01ba2ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/large-number-note.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. note:: Large Integer Limitations
22

3-
To run a query that filters for integers over the JavaScript maximum integer size,
4-
wrap the number value in string characters.
3+
To query for integers larger than the JavaScript maximum integer size,
4+
wrap the integer value in string characters.
55

66
For example, to find all documents with an ``number`` value of ``507550989629521900``, use
77
the following query filter:

0 commit comments

Comments
 (0)