Tobias Frey 4 лет назад
Родитель
Сommit
9cddd78674
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/reference/mapping/types/date.asciidoc

+ 1 - 1
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[]
 ====