Skip to content

Commit 1892532

Browse files
PoojaDurgadtargos
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 88eb619 commit 1892532

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
@@ -1271,7 +1271,7 @@ vm.runInNewContext(
12711271
{ loop, console },
12721272
{ timeout: 5 }
12731273
);
1274-
// This prints *before* 'entering loop' (!)
1274+
// This is printed *before* 'entering loop' (!)
12751275
console.log('done executing');
12761276
```
12771277

0 commit comments

Comments
 (0)