Skip to content

Commit ab62fc1

Browse files
PoojaDurgadgireeshpunathil
authored andcommitted
doc: this prints replaced with this is printed
PR-URL: nodejs#35515 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 4d54449 commit ab62fc1

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)