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
diff options
context:
space:
mode:
authorLivia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com>2022-04-18 12:45:24 +0300
committerMichaël Zasso <targos@protonmail.com>2022-04-28 07:56:12 +0300
commit222b3e667451d0fb532037c547c9058093680b8a (patch)
tree5a993a2bd2ba38ddb0303239321467ff6997f15c /doc/api/n-api.md
parent4c3093606523f4f45dab7f9d1a49c49b7f7b24e4 (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/api/n-api.md')
-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.