We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc1d43 commit f6a5999Copy full SHA for f6a5999
1 file changed
src/README.md
@@ -239,7 +239,7 @@ Node.js, and a sufficiently committed person could restructure Node.js to
239
provide built-in modules inside of `vm.Context`s.
240
241
Often, the `Context` is passed around for [exception handling][].
242
-Typical ways of accessing the current `Environment` in the Node.js code are:
+Typical ways of accessing the current `Context` in the Node.js code are:
243
244
* Given an [`Isolate`][], using `isolate->GetCurrentContext()`.
245
* Given an [`Environment`][], using `env->context()` to get the `Environment`’s
0 commit comments