Skip to content

Commit bfb8ec1

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 dbac348 commit bfb8ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/vm.md

Lines changed: 1 addition & 1 deletion
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)