Skip to content

Commit ee79b89

Browse files
authored
README: high parameter in constructor is optional
fixes #101
1 parent ce11b4b commit ee79b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ API
4343

4444
### Constructor
4545

46-
* new **Long**(low: `number`, high: `number`, unsigned?: `boolean`)<br />
46+
* new **Long**(low: `number`, high?: `number`, unsigned?: `boolean`)<br />
4747
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.
4848

4949
### Fields

0 commit comments

Comments
 (0)