docs: napi6 should be napi7
This commit is contained in:
parent
932ebcbee5
commit
8513e4f796
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
//!
|
//!
|
||||||
//! ## Feature flags
|
//! ## Feature flags
|
||||||
//!
|
//!
|
||||||
//! ### napi1 ~ napi6
|
//! ### napi1 ~ napi7
|
||||||
//!
|
//!
|
||||||
//! Because `NodeJS` N-API has versions. So there are feature flags to choose what version of `N-API` you want to build for.
|
//! Because `NodeJS` N-API has versions. So there are feature flags to choose what version of `N-API` you want to build for.
|
||||||
//! For example, if you want build a library which can be used by `node@10.17.0`, you should choose the `napi5` or lower.
|
//! For example, if you want build a library which can be used by `node@10.17.0`, you should choose the `napi5` or lower.
|
||||||
|
|
Loading…
Reference in a new issue