You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/napi/argv-complex128/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ The function accepts the following arguments:
135
135
136
136
- **env**: `[in] napi_env` environment under which the function is invoked.
137
137
- **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.
139
139
- **message**: `[in] char*` error message.
140
140
- **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`.
0 commit comments