Skip to content

Commit 6280236

Browse files
NickNasogabrielschulhof
authored andcommitted
src: rename N-API with Node-API on comments
Also fixed lint errors. Fixes: #952 PR-URL: #953 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]>
1 parent 5c63915 commit 6280236

File tree

5 files changed

+333
-275
lines changed

5 files changed

+333
-275
lines changed

napi-inl.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
#define SRC_NAPI_INL_H_
33

44
////////////////////////////////////////////////////////////////////////////////
5-
// N-API C++ Wrapper Classes
5+
// Node-API C++ Wrapper Classes
66
//
7-
// Inline header-only implementations for "N-API" ABI-stable C APIs for Node.js.
7+
// Inline header-only implementations for "Node-API" ABI-stable C APIs for
8+
// Node.js.
89
////////////////////////////////////////////////////////////////////////////////
910

1011
// Note: Do not include this file directly! Include "napi.h" instead.

0 commit comments

Comments
 (0)