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
703703NODE_EXTERN napi_status napi_create_reference(napi_env env,
704704 napi_value value,
705705 int initial_refcount,
706- ndapi_ref * result);
706+ napi_ref * result);
707707```
708708
709709- ` [in] env ` : The environment that the API is invoked under.
@@ -2999,7 +2999,7 @@ support it:
29992999* If the function is not available, provide an alternate implementation
30003000 that does not use the function.
30013001
3002- [Aynchronous Operations]: #n_api_asynchronous_operations
3002+ [Asynchronous Operations]: #n_api_asynchronous_operations
30033003[Basic N-API Data Types]: #n_api_basic_n_api_data_types
30043004[ECMAScript Language Specification]: https://tc39.github.io/ecma262/
30053005[Error Handling]: #n_api_error_handling
You can’t perform that action at this time.
0 commit comments