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:
authorRich Trott <rtrott@gmail.com>2020-06-05 20:46:44 +0300
committerRich Trott <rtrott@gmail.com>2020-06-07 22:36:39 +0300
commitdf30c9e6c03674a99da57cb1bf781c71f0eb0e4f (patch)
tree43290e14c06ab027126441284c2bf5451c342caf /doc/api/vm.md
parentac6739d96d5b52da8b307cc47c41a799b131dd72 (diff)
doc: remove "currently" from vm.md
PR-URL: https://github.com/nodejs/node/pull/33756 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index b05bc89a437..7f9888078b1 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -396,7 +396,7 @@ linking, and evaluation. These three steps are illustrated in the following
example.
This implementation lies at a lower level than the [ECMAScript Module
-loader][]. There is also currently no way to interact with the Loader, though
+loader][]. There is also no way to interact with the Loader yet, though
support is planned.
```js