Skip to content

Commit 7a795f0

Browse files
PoojaDurgadBethGriggs
authored andcommitted
doc: this prints replaced with this is printed
PR-URL: #35515 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 397ffd3 commit 7a795f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/vm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ vm.runInNewContext(
12691269
{ loop, console },
12701270
{ timeout: 5 }
12711271
);
1272-
// This prints *before* 'entering loop' (!)
1272+
// This is printed *before* 'entering loop' (!)
12731273
console.log('done executing');
12741274
```
12751275

0 commit comments

Comments
 (0)