Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLivia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com>2022-04-18 12:45:24 +0300
committerGitHub <noreply@github.com>2022-04-18 12:45:24 +0300
commit3347361713b4af5266689cc603c9b5d0c63454c0 (patch)
tree7d31faf9248db44651faf630392cd512388a162c /doc
parent0699150267c08fb283dcc117840b481b6599be37 (diff)
doc: close tag in n-api.md
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/n-api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 002f8be0a56..76f45091fae 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -1191,6 +1191,7 @@ added:
NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
const char* code,
const char* msg);
+```
* `[in] env`: The environment that the API is invoked under.
* `[in] code`: Optional error code to be set on the error.