Skip to content

Commit c8950bc

Browse files
authored
docs: add missing tag and fix description
PR-URL: #12821 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 41d00f4 commit c8950bc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/node_modules/@stdlib/number/float16/base/from-word/lib/native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
2828
/**
2929
* Creates a half-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
3030
*
31+
* @private
3132
* @param {uinteger16} word - unsigned integer
3233
* @returns {number} half-precision floating-point number
3334
*

lib/node_modules/@stdlib/number/float16/base/signbit/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var addon = require( './../src/addon.node' );
3131
*
3232
* @private
3333
* @param {number} x - input value
34-
* @returns {boolean} - boolean indicating if sign bit is on or off
34+
* @returns {boolean} boolean indicating if sign bit is on or off
3535
*
3636
* @example
3737
* var toFloat16 = require( '@stdlib/number/float64/base/to-float16' );

0 commit comments

Comments
 (0)