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 <anna@addaleax.net>
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
  • Loading branch information
PoojaDurgad authored and BethGriggs committed Dec 15, 2020
1 parent 2feb86e commit c0d9756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/vm.md
Expand Up @@ -1269,7 +1269,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 c0d9756

Please sign in to comment.