From 02a50c3b426e45bdfea5ffe6b5cec5cf3569e9b3 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 1 Aug 2019 09:27:19 -0400 Subject: [PATCH] doc: remove use of you MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We generally avoid the use of 'you'. PR-URL: https://github.com/nodejs/node/pull/28919 Reviewed-By: Trivikram Kamat Reviewed-By: Michaël Zasso Reviewed-By: Beth Griggs Reviewed-By: Richard Lau Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Rich Trott --- doc/api/n-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 0c8540737b7619..cc6b33d52213c1 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -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 -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 |