diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 709b080649fde9..57eabe7e9c97ac 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1189,6 +1189,7 @@ added: v16.14.0 NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env, const char* code, const char* msg); +``` * `[in] env`: The environment that the API is invoked under. * `[in] code`: Optional error code to be set on the error.