doc: remove use of you

We generally avoid the use of 'you'.

PR-URL: https://github.com/nodejs/node/pull/28919
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Michael Dawson 2019-08-01 09:27:19 -04:00 committed by Rich Trott
parent d53035488c
commit e3f4ec94b8

View File

@ -147,8 +147,8 @@ available to the module code.
N-API versions are additive and versioned independently from Node.js. 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 Version 4 is an extension to version 3 in that it has all of the APIs
from version 3 with some additions. This means that you from version 3 with some additions. This means that it is not necessary
do not need to recompile for new versions of Node.js which are to recompile for new versions of Node.js which are
listed as supporting a later version. listed as supporting a later version.
| | 1 | 2 | 3 | 4 | | | 1 | 2 | 3 | 4 |