Skip to content

Commit e04386a

Browse files
ofrobotsMylesBorins
authored andcommittedApr 16, 2018
doc: napi: fix unbalanced emphasis
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>
1 parent 62427bb commit e04386a

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
@@ -3366,7 +3366,7 @@ scenario, because with those the async execution still happens on the main
33663366
event loop. When using any other async mechanism, the following APIs are
33673367
necessary to ensure an async operation is properly tracked by the runtime.
33683368

3369-
### *napi_async_init**
3369+
### napi_async_init
33703370
<!-- YAML
33713371
added: REPLACEME
33723372
-->
@@ -3387,7 +3387,7 @@ napi_status napi_async_init(napi_env env,
33873387

33883388
Returns `napi_ok` if the API succeeded.
33893389

3390-
### *napi_async_destroy**
3390+
### napi_async_destroy
33913391
<!-- YAML
33923392
added: REPLACEME
33933393
-->
@@ -3401,7 +3401,7 @@ napi_status napi_async_destroy(napi_env env,
34013401

34023402
Returns `napi_ok` if the API succeeded.
34033403

3404-
### *napi_make_callback*
3404+
### napi_make_callback
34053405
<!-- YAML
34063406
added: v8.0.0
34073407
changes:

0 commit comments

Comments
 (0)
Please sign in to comment.