Skip to content

Commit 990abbf

Browse files
ofrobotsevanlucas
authored andcommitted
doc: napi: fix unbalanced emphasis
Some of the section headers had unbalanced emphasis. PR-URL: #18122 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Kyle Farnung <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 87e3d3d commit 990abbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/n-api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3368,7 +3368,7 @@ scenario, because with those the async execution still happens on the main
33683368
event loop. When using any other async mechanism, the following APIs are
33693369
necessary to ensure an async operation is properly tracked by the runtime.
33703370

3371-
### *napi_async_init**
3371+
### napi_async_init
33723372
<!-- YAML
33733373
added: v8.6.0
33743374
-->
@@ -3389,7 +3389,7 @@ napi_status napi_async_init(napi_env env,
33893389

33903390
Returns `napi_ok` if the API succeeded.
33913391

3392-
### *napi_async_destroy**
3392+
### napi_async_destroy
33933393
<!-- YAML
33943394
added: v8.6.0
33953395
-->
@@ -3403,7 +3403,7 @@ napi_status napi_async_destroy(napi_env env,
34033403

34043404
Returns `napi_ok` if the API succeeded.
34053405

3406-
### *napi_make_callback*
3406+
### napi_make_callback
34073407
<!-- YAML
34083408
added: v8.0.0
34093409
changes:

0 commit comments

Comments
 (0)