Skip to content

Commit c145806

Browse files
theanarkhjuanarbol
authored andcommitted
doc: fix style of n-api.md
PR-URL: #44377 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Adrian Estrada <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent b2b9de9 commit c145806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/n-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ added: v16.14.0
11871187

11881188
> Stability: 1 - Experimental
11891189

1190-
````c
1190+
```c
11911191
NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
11921192
const char* code,
11931193
const char* msg);
@@ -1212,7 +1212,7 @@ napiVersion: 1
12121212
NAPI_EXTERN napi_status napi_is_error(napi_env env,
12131213
napi_value value,
12141214
bool* result);
1215-
````
1215+
```
12161216

12171217
* `[in] env`: The environment that the API is invoked under.
12181218
* `[in] value`: The `napi_value` to be checked.

0 commit comments

Comments
 (0)