Skip to content

Commit

Permalink
doc: this prints replaced with this is printed
Browse files Browse the repository at this point in the history
PR-URL: #35515
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Christian Clauss <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
  • Loading branch information
PoojaDurgad authored and targos committed Nov 3, 2020
1 parent 88eb619 commit 1892532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ vm.runInNewContext(
{ loop, console },
{ timeout: 5 }
);
// This prints *before* 'entering loop' (!)
// This is printed *before* 'entering loop' (!)
console.log('done executing');
```

Expand Down

0 comments on commit 1892532

Please sign in to comment.