Skip to content

Commit

Permalink
doc: napi: fix unbalanced emphasis
Browse files Browse the repository at this point in the history
Some of the section headers had unbalanced emphasis.

Backport-PR-URL: #19447
PR-URL: #18122
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Kyle Farnung <kfarnung@microsoft.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
ofrobots authored and MylesBorins committed Apr 16, 2018
1 parent 62427bb commit e04386a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/n-api.md
Expand Up @@ -3366,7 +3366,7 @@ scenario, because with those the async execution still happens on the main
event loop. When using any other async mechanism, the following APIs are
necessary to ensure an async operation is properly tracked by the runtime.
### *napi_async_init**
### napi_async_init
<!-- YAML
added: REPLACEME
-->
Expand All @@ -3387,7 +3387,7 @@ napi_status napi_async_init(napi_env env,

Returns `napi_ok` if the API succeeded.

### *napi_async_destroy**
### napi_async_destroy
<!-- YAML
added: REPLACEME
-->
Expand All @@ -3401,7 +3401,7 @@ napi_status napi_async_destroy(napi_env env,
Returns `napi_ok` if the API succeeded.
### *napi_make_callback*
### napi_make_callback
<!-- YAML
added: v8.0.0
changes:
Expand Down

0 comments on commit e04386a

Please sign in to comment.