Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTurner Jabbour <doubleujabbour@gmail.com>2020-08-23 00:12:34 +0300
committerAnna Henningsen <anna@addaleax.net>2020-08-26 20:15:08 +0300
commit87c43dee5302126fa370f5407a963cc8ab8ae013 (patch)
tree72c4b795ed7e250a238c5042bc124dd3eb172b2d /src/README.md
parent0f9650bcddc79edb2d6ed447bc0416236239c0a0 (diff)
src,doc: fix wording to refer to context, not environment
PR-URL: https://github.com/nodejs/node/pull/34880 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index ae769aca98d..3cabf72e11e 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