Skip to content

Commit

Permalink
doc: fix typo "ndapi" in n-api.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Jamen Marz authored and jasnell committed Jun 7, 2017
1 parent 8f2b82a commit e6e42c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ added: v8.0.0
NODE_EXTERN napi_status napi_create_reference(napi_env env,
napi_value value,
int initial_refcount,
ndapi_ref* result);
napi_ref* result);
```

- `[in] env`: The environment that the API is invoked under.
Expand Down Expand Up @@ -2999,7 +2999,7 @@ support it:
* If the function is not available, provide an alternate implementation
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
[ECMAScript Language Specification]: https://tc39.github.io/ecma262/
[Error Handling]: #n_api_error_handling
Expand Down

0 comments on commit e6e42c1

Please sign in to comment.