Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rylanc/norby
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanc committed Jul 17, 2014
2 parents 6ddc1ab + d6b541d commit 46a614f
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 @@ -296,7 +296,7 @@ lose precision above 2<sup>53</sup>.

#### `Bignum`s

Are converted to JS numbers. See the above note about precision.
Are converted to JS numbers if they are less than or equal to `Number.MAX_VALUE`. Otherwise, they are converted into JS strings. See the above note about precision.

#### arrays

Expand Down

0 comments on commit 46a614f

Please sign in to comment.