Skip to content

Commit

Permalink
README: high parameter in constructor is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Oct 9, 2021
1 parent ce11b4b commit ee79b89
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 @@ -43,7 +43,7 @@ API

### Constructor

* new **Long**(low: `number`, high: `number`, unsigned?: `boolean`)<br />
* new **Long**(low: `number`, high?: `number`, unsigned?: `boolean`)<br />
Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers. See the from* functions below for more convenient ways of constructing Longs.

### Fields
Expand Down

0 comments on commit ee79b89

Please sign in to comment.