Skip to content

Commit 6947302

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 62769e0 commit 6947302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/number/uint64/ctor/lib

lib/node_modules/@stdlib/number/uint64/ctor/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var TWO_32 = 0x100000000; // 2^32
5454
* @constructor
5555
* @param {(NonNegativeInteger|bigint)} value - integer value
5656
* @throws {TypeError} must invoke using the `new` keyword
57-
* @throws {TypeError} must provide a number on the interval [0, 2^64]
57+
* @throws {TypeError} must provide a valid number
5858
* @returns {Uint64} unsigned 64-bit integer
5959
*
6060
* @example

0 commit comments

Comments
 (0)