diff --git a/src/README.md b/src/README.md index ae769aca98daa7..3cabf72e11e6af 100644 --- a/src/README.md +++ b/src/README.md @@ -239,7 +239,7 @@ Node.js, and a sufficiently committed person could restructure Node.js to provide built-in modules inside of `vm.Context`s. Often, the `Context` is passed around for [exception handling][]. -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: * Given an [`Isolate`][], using `isolate->GetCurrentContext()`. * Given an [`Environment`][], using `env->context()` to get the `Environment`’s