Skip to content

Commit 4a254a6

Browse files
Trotttargos
authored andcommitted
doc: edit N-API introductory material in Collaborator Guide
Use shorter, clearer sentences. Remove passive voice and personal pronouns. PR-URL: #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>
1 parent 44fc2f6 commit 4a254a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

COLLABORATOR_GUIDE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ For pull requests introducing new core modules:
312312

313313
### Additions to N-API
314314

315-
N-API provides an ABI stable API that we will have to support in future
316-
versions without the usual option to modify or remove existing APIs on
317-
SemVer boundaries. Therefore, additions need to be managed carefully.
315+
N-API provides an ABI-stable API guaranteed for future Node.js versions.
316+
Existing N-API APIs cannot change or disappear, even in semver-major releases.
317+
Thus, N-API additions call for unusual care and scrutiny.
318318

319319
This
320320
[guide](https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api.md)

0 commit comments

Comments
 (0)