Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 20, 2023
1 parent 8d2f63b commit 8328157
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/readme/json-lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions doc/readme/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8328157

Please sign in to comment.