From 108ffdb68fd1754e745d4805d25e53d41d793a9b Mon Sep 17 00:00:00 2001 From: julianjany <54538266+julianjany@users.noreply.github.com> Date: Thu, 27 May 2021 13:24:03 +0200 Subject: [PATCH] doc: fixed typo in n-api.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/38822 Reviewed-By: Darshan Sen Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Gerhard Stöbich Reviewed-By: Michael Dawson Reviewed-By: Tobias Nießen --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 3e31c638cece40..58b0aedeb4f2f1 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -32,7 +32,7 @@ properties: using `napi_get_last_error_info`. More information can be found in the error handling section [Error handling][]. -Node-API-API is a C API that ensures ABI stability across Node.js versions +Node-API is a C API that ensures ABI stability across Node.js versions and different compiler levels. A C++ API can be easier to use. To support using C++, the project maintains a C++ wrapper module called [`node-addon-api`][].