From 4a254a6ce4047bf38318adaaddc060afe5343948 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 11 Feb 2019 23:33:50 -0800 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- COLLABORATOR_GUIDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 12b990091491e8..aa1406a990b91f 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)