Skip to content

Commit 8e4b125

Browse files
gunjjoshikgryte
andauthored
Update lib/node_modules/@stdlib/math/base/napi/unary/src/b_b.c
Co-authored-by: Athan <[email protected]> Signed-off-by: Gunj Joshi <[email protected]>
1 parent 729f89e commit 8e4b125

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/napi/unary/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/napi/unary/src/b_b.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @param env environment under which the function is invoked
3434
* @param info callback data
3535
* @param fcn unary function
36-
* @return function return value as a Node-API unsigned 8-bit integer
36+
* @return function return value as a Node-API unsigned 32-bit integer
3737
*/
3838
napi_value stdlib_math_base_napi_b_b( napi_env env, napi_callback_info info, uint8_t (*fcn)( uint8_t ) ) {
3939
napi_status status;

0 commit comments

Comments
 (0)