From 6b81604091b23c25b73ddc7dbe8428672452c533 Mon Sep 17 00:00:00 2001 From: "Pooja D.P" Date: Tue, 6 Oct 2020 16:26:11 +0400 Subject: [PATCH] doc: this prints replaced with this is printed --- 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 4fb4ead6955b02..a99cd05a109338 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -1270,7 +1270,7 @@ vm.runInNewContext( { loop, console }, { timeout: 5 } ); -// This prints *before* 'entering loop' (!) +// This is printed *before* 'entering loop' (!) console.log('done executing'); ```