|
@@ -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[]
|
|
|
====
|
|
|
|