Skip to content

Commit

Permalink
src: rename N-API with Node-API on comments
Browse files Browse the repository at this point in the history
Also fixed lint errors.

Fixes: nodejs#952
PR-URL: nodejs#953
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Gabriel Schulhof <[email protected]>
  • Loading branch information
NickNaso authored and Deepak Rajamohan committed Oct 15, 2021
1 parent 6cd3f4d commit 5c5d885
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 275 deletions.
5 changes: 3 additions & 2 deletions napi-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
#define SRC_NAPI_INL_H_

////////////////////////////////////////////////////////////////////////////////
// N-API C++ Wrapper Classes
// Node-API C++ Wrapper Classes
//
// Inline header-only implementations for "N-API" ABI-stable C APIs for Node.js.
// Inline header-only implementations for "Node-API" ABI-stable C APIs for
// Node.js.
////////////////////////////////////////////////////////////////////////////////

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

0 comments on commit 5c5d885

Please sign in to comment.