From db39ec791fd446eb2d780850170188c2fbc8e97e Mon Sep 17 00:00:00 2001 From: Turner Jabbour Date: Sat, 22 Aug 2020 15:12:34 -0600 Subject: [PATCH] src,doc: fix wording to refer to context, not environment --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 079326cd200a49..fba0d809069c6a 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