Skip to content

Commit 8813cbd

Browse files
authored
docs: update type
Signed-off-by: Athan <[email protected]>
1 parent 2ceca09 commit 8813cbd

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-almost-equal/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-almost-equal/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var isComplexLike = require( '@stdlib/assert/is-complex-like' );
3939
*
4040
* @param {*} a - first input value
4141
* @param {*} b - second input value
42-
* @param {number} maxULP - maximum allowed ULP difference
42+
* @param {NonNegativeInteger} maxULP - maximum allowed ULP difference
4343
* @returns {boolean} boolean indicating whether two arguments are approximately equal within a specified number of ULPs
4444
*
4545
* @example

0 commit comments

Comments
 (0)