Skip to content

Commit 3270d4c

Browse files
Trottitaloacasas
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 4ff1d31 commit 3270d4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/process.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1651,9 +1651,9 @@ added: v0.2.0
16511651
* {Object}
16521652

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

16581658
```js
16591659
console.log(process.versions);

0 commit comments

Comments
 (0)