Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2d8dbe8

Browse files
LiviaMedeirosjuanarbol
authored andcommittedMay 31, 2022
doc: close tag in n-api.md
PR-URL: #42751 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent b5d6dd5 commit 2d8dbe8

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)
Please sign in to comment.