From bee40deb90a59dd4dda9e58e808461cf8421cb2d 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 1/2] fixed typo in documentation (n-api.md) --- 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`][]. From edd3aa5473c37575de16d770683485979e9a2720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= Date: Tue, 1 Jun 2021 07:51:02 +0200 Subject: [PATCH 2/2] fixup! trigger ci --- 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 58b0aedeb4f2f1..546d304e26ae4d 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -32,8 +32,8 @@ properties: using `napi_get_last_error_info`. More information can be found in the error handling section [Error handling][]. -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. +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`][]. This wrapper provides an inlineable C++ API. Binaries built