Skip to content

Commit

Permalink
wordsmithing
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvain Henry <sylvain@haskus.fr>
  • Loading branch information
doyougnu and hsyl20 committed Aug 8, 2022
1 parent c4b3245 commit 2fb070c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2022-07-20-js-backend-prim-types.md
Expand Up @@ -243,7 +243,7 @@ nothing at the cost of indirection.

### Working with 64-bit Types

To expressing 64-bit numerics, we simply use two 32-bit numbers, one to express
To express 64-bit numerics, we simply use two 32-bit numbers, one to express
the high bits, one for the low bits. For example, consider comparing two `Int64#:`

// arith.js.pp
Expand Down

0 comments on commit 2fb070c

Please sign in to comment.