Skip to content

Commit b6fa3ae

Browse files
vsemozhetbytjasnell
authored andcommitted
doc: fix suspicious heading emphasis in n-api.md
PR-URL: #20086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Kyle Farnung <kfarnung@microsoft.com>
1 parent 554ed37 commit b6fa3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/n-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3475,7 +3475,7 @@ is sufficient and appropriate. Use of the `napi_make_callback` function
34753475
may be required when implementing custom async behavior that does not use
34763476
`napi_create_async_work`.
34773477

3478-
### *napi_open_callback_scope*
3478+
### napi_open_callback_scope
34793479
<!-- YAML
34803480
added: v9.6.0
34813481
-->
@@ -3500,7 +3500,7 @@ the stack the [`napi_open_callback_scope`][] and
35003500
[`napi_close_callback_scope`][] functions can be used to open/close
35013501
the required scope.
35023502

3503-
### *napi_close_callback_scope*
3503+
### napi_close_callback_scope
35043504
<!-- YAML
35053505
added: v9.6.0
35063506
-->

0 commit comments

Comments
 (0)