We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab36a30 commit 2b65625Copy full SHA for 2b65625
lib/internal/bootstrap/loaders.js
@@ -16,7 +16,7 @@
16
// compatibility issues caused by them from time to time.
17
// - process._linkedBinding(): intended to be used by embedders to add
18
// additional C++ bindings in their applications. These C++ bindings
19
-// can be created using NODE_MODULE_CONTEXT_AWARE_CPP() with the flag
+// can be created using NODE_BINDING_CONTEXT_AWARE_CPP() with the flag
20
// NM_F_LINKED.
21
// - internalBinding(): the private internal C++ binding loader, inaccessible
22
// from user land unless through `require('internal/test/binding')`.
0 commit comments