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:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-01 21:35:23 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:46 +0300
commit9fedb044e7d6d9802215ed4d04226c5a642b1fb1 (patch)
treea3cbb620965cb6d9cdb46db7666b0be400997055 /doc/api/n-api.md
parent125523bffe9e5fbc14af185da6f682e08c05b1ba (diff)
doc: changes description must end with a period
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index df34de024a2..7f3b15966ad 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -3764,7 +3764,7 @@ if (status != napi_ok) return status;
changes:
- version: v14.12.0
pr-url: https://github.com/nodejs/node/pull/35214
- description: added `napi_default_method` and `napi_default_property`
+ description: added `napi_default_method` and `napi_default_property`.
-->
```c
@@ -5806,13 +5806,12 @@ napiVersion: 4
changes:
- version: v14.5.0
pr-url: https://github.com/nodejs/node/pull/33453
- description: >
- Support for `napi_would_deadlock` has been reverted.
+ description: Support for `napi_would_deadlock` has been reverted.
- version: v14.1.0
pr-url: https://github.com/nodejs/node/pull/32689
- description: >
- Return `napi_would_deadlock` when called with `napi_tsfn_blocking` from
- the main thread or a worker thread and the queue is full.
+ description: Return `napi_would_deadlock` when called with
+ `napi_tsfn_blocking` from the main thread or a worker thread
+ and the queue is full.
-->
```c