From f6a5999a9d40aedb8c4c95aa4a0b09cb12ecb850 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 PR-URL: https://github.com/nodejs/node/pull/34880 Reviewed-By: James M Snell Reviewed-By: Anna Henningsen --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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