Skip to content

Commit 0a1d15f

Browse files
TrottMylesBorins
authored andcommitted
doc: clarify information about ABI version
PR-URL: #10419 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Refs: #9901 (comment)
1 parent 3fc6a22 commit 0a1d15f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,9 +1687,9 @@ added: v0.2.0
16871687
* {Object}
16881688

16891689
The `process.versions` property returns an object listing the version strings of
1690-
Node.js and its dependencies. In addition, `process.versions.modules` indicates
1691-
the current ABI version, which is increased whenever a C++ API changes. Node.js
1692-
will refuse to load native modules built for an older `modules` value.
1690+
Node.js and its dependencies. `process.versions.modules` indicates the current
1691+
ABI version, which is increased whenever a C++ API changes. Node.js will refuse
1692+
to load modules that were compiled against a different module ABI version.
16931693

16941694
```js
16951695
console.log(process.versions);

0 commit comments

Comments
 (0)