Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: remove use of you
We generally avoid the use of 'you'.
  • Loading branch information
mhdawson committed Aug 1, 2019
commit 5774846fd4656896b83038544481f010c0f4cd42
4 changes: 2 additions & 2 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ available to the module code.

N-API versions are additive and versioned independently from Node.js.
Version 4 is an extension to version 3 in that it has all of the APIs
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Version 4 is an extension to version 3 in that it has all of the APIs
Version 4 is an extension to version 3 in that it has all the APIs

from version 3 with some additions. This means that you
do not need to recompile for new versions of Node.js which are
from version 3 with some additions. This means that it is not necessary
to recompile for new versions of Node.js which are
listed as supporting a later version.

| | 1 | 2 | 3 | 4 |
Expand Down