From 9e0a11cd2fb9a09ec417adf808da5c49a4fb6965 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Tue, 17 Apr 2018 00:23:54 +0300 Subject: [PATCH] doc: fix suspicious heading emphasis in n-api.md --- doc/api/n-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 38801cea3f3713..14ef277f535ebb 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -3475,7 +3475,7 @@ is sufficient and appropriate. Use of the `napi_make_callback` function may be required when implementing custom async behavior that does not use `napi_create_async_work`. -### *napi_open_callback_scope* +### napi_open_callback_scope @@ -3500,7 +3500,7 @@ the stack the [`napi_open_callback_scope`][] and [`napi_close_callback_scope`][] functions can be used to open/close the required scope. -### *napi_close_callback_scope* +### napi_close_callback_scope