Browse Source

doc: fix typo "ndapi" in n-api.md

PR-URL: https://github.com/nodejs/node/pull/13484
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
v6
Jamen Marz 8 years ago
committed by Michael Dawson
parent
commit
df46fcb61a
  1. 4
      doc/api/n-api.md

4
doc/api/n-api.md

@ -703,7 +703,7 @@ added: v8.0.0
NODE_EXTERN napi_status napi_create_reference(napi_env env, NODE_EXTERN napi_status napi_create_reference(napi_env env,
napi_value value, napi_value value,
int initial_refcount, int initial_refcount,
ndapi_ref* result); napi_ref* result);
``` ```
- `[in] env`: The environment that the API is invoked under. - `[in] env`: The environment that the API is invoked under.
@ -2999,7 +2999,7 @@ support it:
* If the function is not available, provide an alternate implementation * If the function is not available, provide an alternate implementation
that does not use the function. that does not use the function.
[Aynchronous Operations]: #n_api_asynchronous_operations [Asynchronous Operations]: #n_api_asynchronous_operations
[Basic N-API Data Types]: #n_api_basic_n_api_data_types [Basic N-API Data Types]: #n_api_basic_n_api_data_types
[ECMAScript Language Specification]: https://tc39.github.io/ecma262/ [ECMAScript Language Specification]: https://tc39.github.io/ecma262/
[Error Handling]: #n_api_error_handling [Error Handling]: #n_api_error_handling

Loading…
Cancel
Save