summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-02-11 23:33:50 -0800
committerRich Trott <rtrott@gmail.com>2019-02-13 23:36:14 -0800
commit3f9beabe0551f22e6af8c5bfc9fbb7b12540d1ee (patch)
tree3de9ed8ee324049b7f52013e2e0c873e7f36cbb6
parent69a8e34003bdbc0c48e1079fb2c6a13f109011f1 (diff)
downloadandroid-node-v8-3f9beabe0551f22e6af8c5bfc9fbb7b12540d1ee.tar.gz
android-node-v8-3f9beabe0551f22e6af8c5bfc9fbb7b12540d1ee.tar.bz2
android-node-v8-3f9beabe0551f22e6af8c5bfc9fbb7b12540d1ee.zip
doc: edit N-API introductory material in Collaborator Guide
Use shorter, clearer sentences. Remove passive voice and personal pronouns. PR-URL: https://github.com/nodejs/node/pull/26051 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-rw-r--r--COLLABORATOR_GUIDE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 12b9900914..aa1406a990 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -312,9 +312,9 @@ For pull requests introducing new core modules:
### Additions to N-API
-N-API provides an ABI stable API that we will have to support in future
-versions without the usual option to modify or remove existing APIs on
-SemVer boundaries. Therefore, additions need to be managed carefully.
+N-API provides an ABI-stable API guaranteed for future Node.js versions.
+Existing N-API APIs cannot change or disappear, even in semver-major releases.
+Thus, N-API additions call for unusual care and scrutiny.
This
[guide](https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api.md)