Skip to content

Commit

Permalink
rm note
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mark Clements authored Jul 27, 2017
1 parent 27db4f5 commit 3c511ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ inlining is a potential footgun; it's better to leave inlining up to the compile

### 32bit vs 64bit integers

It's rather well known that JavaScript only has one number type: `Number`. (Maybe a sentence about the BigInt proposal should be included here?)
It's rather well known that JavaScript only has one number type: `Number`.

However, V8 is implemented in C++ so a choice has to be made
on the underlying type for a numeric JavaScript value.
Expand Down

0 comments on commit 3c511ee

Please sign in to comment.