Skip to content

Commit 6e7331a

Browse files
committed
docs: fix data type
1 parent abf06fa commit 6e7331a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/napi/argv-complex128

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/napi/argv-complex128/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The function accepts the following arguments:
135135
136136
- **env**: `[in] napi_env` environment under which the function is invoked.
137137
- **value**: `[in] napi_value` Node-API value.
138-
- **out**: `[out] stdlib_complex_128_t*` destination for storing output value.
138+
- **out**: `[out] stdlib_complex128_t*` destination for storing output value.
139139
- **message**: `[in] char*` error message.
140140
- **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`.
141141

0 commit comments

Comments
 (0)