File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -703,7 +703,7 @@ added: v8.0.0
703
703
NODE_EXTERN napi_status napi_create_reference(napi_env env,
704
704
napi_value value,
705
705
int initial_refcount,
706
- ndapi_ref * result);
706
+ napi_ref * result);
707
707
```
708
708
709
709
- ` [in] env ` : The environment that the API is invoked under.
@@ -2999,7 +2999,7 @@ support it:
2999
2999
* If the function is not available, provide an alternate implementation
3000
3000
that does not use the function.
3001
3001
3002
- [Aynchronous Operations]: #n_api_asynchronous_operations
3002
+ [Asynchronous Operations]: #n_api_asynchronous_operations
3003
3003
[Basic N-API Data Types]: #n_api_basic_n_api_data_types
3004
3004
[ECMAScript Language Specification]: https://tc39.github.io/ecma262/
3005
3005
[Error Handling]: #n_api_error_handling
You can’t perform that action at this time.
0 commit comments