Skip to content

Commit e3ada9a

Browse files
LiviaMedeirosguangwong
authored andcommitted
doc: close tag in n-api.md
PR-URL: nodejs/node#42751 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 95d0b5b commit e3ada9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/n-api.md

+1
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,7 @@ added: v16.14.0
11891189
NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
11901190
const char* code,
11911191
const char* msg);
1192+
```
11921193

11931194
* `[in] env`: The environment that the API is invoked under.
11941195
* `[in] code`: Optional error code to be set on the error.

0 commit comments

Comments
 (0)