We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b9de9 commit c145806Copy full SHA for c145806
doc/api/n-api.md
@@ -1187,7 +1187,7 @@ added: v16.14.0
1187
1188
> Stability: 1 - Experimental
1189
1190
-````c
+```c
1191
NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
1192
const char* code,
1193
const char* msg);
@@ -1212,7 +1212,7 @@ napiVersion: 1
1212
NAPI_EXTERN napi_status napi_is_error(napi_env env,
1213
napi_value value,
1214
bool* result);
1215
-````
+```
1216
1217
* `[in] env`: The environment that the API is invoked under.
1218
* `[in] value`: The `napi_value` to be checked.
0 commit comments