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>
This commit is contained in:
Rich Trott 2020-06-05 10:46:44 -07:00
parent ac6739d96d
commit df30c9e6c0

View File

@ -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