Skip to content

Commit 513fc29

Browse files
Update docs/GAS.md
Co-authored-by: Mauro Lacy <[email protected]>
1 parent 71dfc70 commit 513fc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GAS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ we can safely pass them in uint64 fields, as long as the full range is
5959
supported. This is the case for the C API as well as
6060
[JSON numbers](https://www.json.org/) as long as both sides support integers in
6161
their JSON implementation. Go and Rust do that while many other implementations
62-
don't support integers numbers and convert to them to IEEE-754 doubles, which
63-
has a safe integer range up about 53 bit (e.g. JavaScript and jq).
62+
don't support integers, and convert them to IEEE-754 doubles, which has a safe
63+
integer range up to about 53 bit (e.g. JavaScript and jq).
6464

6565
<sup>1</sup> Python3: `(2**64-1)/1000 / 10**12`
6666

0 commit comments

Comments
 (0)