We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cb8ab commit 4c54f89Copy full SHA for 4c54f89
doc/api/n-api.md
@@ -571,7 +571,7 @@ NAPI_EXTERN napi_status napi_is_error(napi_env env,
571
bool* result);
572
```
573
- `[in] env`: The environment that the API is invoked under.
574
-- `[in] msg`: The `napi_value` to be checked.
+- `[in] value`: The `napi_value` to be checked.
575
- `[out] result`: Boolean value that is set to true if `napi_value` represents
576
an error, false otherwise.
577
0 commit comments