[DOCS] Correct date math ex for `gt` and `gte` parms in `range` query docs (#46873)

This commit is contained in:
rikardbakkehaug 2019-09-19 22:38:07 +02:00 committed by James Rodewig
parent bd77626177
commit 6b00e00bc6
1 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ GET _search
--
Rounds up to the lastest 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`, excluding
the entire month.
--
@ -182,7 +182,7 @@ the entire month.
--
Rounds down to the first millisecond.
For example, `2014-11-18||/M` rounds down to `2014-11-01`, excluding
For example, `2014-11-18||/M` rounds down to `2014-11-01`, including
the entire month.
--