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