Skip to content

Commit e6e42c1

Browse files
Jamen Marzjasnell
Jamen Marz
authored andcommitted
doc: fix typo "ndapi" in n-api.md
PR-URL: #13484 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 8f2b82a commit e6e42c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/n-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ added: v8.0.0
703703
NODE_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

0 commit comments

Comments
 (0)