You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ API
43
43
44
44
### Constructor
45
45
46
-
* new **Long**(low: `number`, high: `number`, unsigned?: `boolean`)<br />
46
+
* new **Long**(low: `number`, high?: `number`, unsigned?: `boolean`)<br />
47
47
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.
0 commit comments