We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2b82a commit e6e42c1Copy full SHA for e6e42c1
doc/api/n-api.md
@@ -703,7 +703,7 @@ added: v8.0.0
703
NODE_EXTERN napi_status napi_create_reference(napi_env env,
704
napi_value value,
705
int initial_refcount,
706
- ndapi_ref* result);
+ napi_ref* result);
707
```
708
709
- `[in] env`: The environment that the API is invoked under.
@@ -2999,7 +2999,7 @@ support it:
2999
* If the function is not available, provide an alternate implementation
3000
that does not use the function.
3001
3002
-[Aynchronous Operations]: #n_api_asynchronous_operations
+[Asynchronous Operations]: #n_api_asynchronous_operations
3003
[Basic N-API Data Types]: #n_api_basic_n_api_data_types
3004
[ECMAScript Language Specification]: https://tc39.github.io/ecma262/
3005
[Error Handling]: #n_api_error_handling
0 commit comments