From 9cddd7867483e6653b5040203a146b2b1c25b641 Mon Sep 17 00:00:00 2001 From: Tobias Frey <75436831+sag-tobias-frey@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:05:09 +0200 Subject: [PATCH] [DOCS] Fix typo (#79609) --- docs/reference/mapping/types/date.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/types/date.asciidoc b/docs/reference/mapping/types/date.asciidoc index 06fb518c4e3e1..5c0c923250b1d 100644 --- a/docs/reference/mapping/types/date.asciidoc +++ b/docs/reference/mapping/types/date.asciidoc @@ -78,7 +78,7 @@ Dates // tag::decimal-warning[] will accept numbers with a decimal point like `{"date": 1618249875.123456}` but there are some cases ({es-issue}70085[#70085]) where we'll lose precision -on those dates so should avoid them. +on those dates so they should be avoided. // end::decimal-warning[] ====