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:
authorTobias Nießen <tniessen@tnie.de>2021-01-13 18:22:14 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-01-14 01:29:02 +0300
commit302060a648eb47e6b75058f3aa7714febad3cae3 (patch)
tree5244a0fd03ee5407d3be9f02ec3895a8a790f7a0 /doc/api/n-api.md
parente2b954b14960abe44c9f3387c1a601da6343d436 (diff)
doc: change "it's" to "its" where necessary
PR-URL: https://github.com/nodejs/node/pull/36913 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 15ed0837968..1e2240d26ca 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -2739,7 +2739,7 @@ napi_status napi_get_buffer_info(napi_env env,
Returns `napi_ok` if the API succeeded.
This API is used to retrieve the underlying data buffer of a `node::Buffer`
-and it's length.
+and its length.
*Warning*: Use caution while using this API since the underlying data buffer's
lifetime is not guaranteed if it's managed by the VM.