Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 17, 2024
1 parent f88b7e8 commit 4ef7adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The function accepts the following arguments:
- **env**: `[in] napi_env` environment under which the function is invoked.
- **value**: `[in] napi_value` Node-API value.
- **out**: `[out] stdlib_complex_128_t*` destination for storing output value.
- **out**: `[out] stdlib_complex128_t*` destination for storing output value.
- **message**: `[in] char*` error message.
- **err**: `[out] napi_value*` pointer for storing a JavaScript error. If not provided a number, the function sets `err` with a JavaScript error; otherwise, `err` is set to `NULL`.
Expand Down

0 comments on commit 4ef7adb

Please sign in to comment.