From 8328157f1a1f2226a94b1563207224331fd8f360 Mon Sep 17 00:00:00 2001 From: jlangch Date: Fri, 20 Oct 2023 17:31:27 +0200 Subject: [PATCH] cleanup --- doc/readme/json-lines.md | 6 +++--- doc/readme/json.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/readme/json-lines.md b/doc/readme/json-lines.md index b5858c1a6..48fbb3af7 100644 --- a/doc/readme/json-lines.md +++ b/doc/readme/json-lines.md @@ -222,9 +222,9 @@ But Venice decimals can also be forced to be converted to doubles: ) ``` -Venice can emits decimals as 'double' floating-point values -in exact representation. On reading back this floating-point string -is directly converted into a decimal, without intermediate double +Venice can emit decimals as 'double' floating-point values in +exact representation. On reading back this floating-point string +is directly converted into a decimal without intermediate double conversion, thus keeping the precision and allow for full decimal value range. diff --git a/doc/readme/json.md b/doc/readme/json.md index 3823715b9..2cb6c67e8 100644 --- a/doc/readme/json.md +++ b/doc/readme/json.md @@ -120,9 +120,9 @@ But Venice decimals can also be forced to be converted to doubles: ;;=> "{\"a\":100.23}" ``` -Venice can emits decimals as 'double' floating-point values -in exact representation. On reading back this floating-point string -is directly converted into a decimal, without intermediate double +Venice can emit decimals as 'double' floating-point values in +exact representation. On reading back this floating-point string +is directly converted into a decimal without intermediate double conversion, thus keeping the precision and allow for full decimal value range.