From 4a738e646221c609ebd24630622bf9c8c388d22d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 5 Jun 2020 10:46:44 -0700 Subject: [PATCH] doc: remove "currently" from vm.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/33756 Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum Reviewed-By: Michaƫl Zasso Reviewed-By: Trivikram Kamat --- doc/api/vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/vm.md b/doc/api/vm.md index 7ac01a6bc645c1..fa5527b4f3d350 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