[Docs] Fix typo in range query (#53656)
This commit is contained in:
parent
873d0ecd09
commit
85cc7a06c4
|
@ -203,7 +203,7 @@ the entire month.
|
||||||
`lte`::
|
`lte`::
|
||||||
+
|
+
|
||||||
--
|
--
|
||||||
Rounds up to the lastest millisecond.
|
Rounds up to the latest millisecond.
|
||||||
|
|
||||||
For example, `2014-11-18||/M` rounds up to `2014-11-30T23:59:59.999`, including
|
For example, `2014-11-18||/M` rounds up to `2014-11-30T23:59:59.999`, including
|
||||||
the entire month.
|
the entire month.
|
||||||
|
|
Loading…
Reference in New Issue