Skip to content

Commit 6068dd5

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent 83bd30f commit 6068dd5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/napi/ternary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ void stdlib_math_base_napi_fff_f( napi_env env, napi_callback_info info, float (
451451
452452
#### STDLIB_MATH_BASE_NAPI_MODULE_FIF_F( fcn )
453453
454-
Macro for registering a Node-API module exporting an interface for invoking a ternary function accepting a single-precision floating-point number, a signed 32-bit integer, a single-precision floating-point number and returning a single-precision floating-point number.
454+
Macro for registering a Node-API module exporting an interface for invoking a ternary function accepting a single-precision floating-point number, a signed 32-bit integer, and a single-precision floating-point number and returning a single-precision floating-point number.
455455
456456
```c
457457
#include <stdint.h>

0 commit comments

Comments
 (0)