Skip to content

Commit 21bd03e

Browse files
committed
doc: extra space here too
1 parent b4a7e01 commit 21bd03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ It does several things at once:
18351835

18361836
1. Creates a new context.
18371837
2. If `contextObject` is an object, [contextifies][contextified] it with the new context.
1838-
If `contextObject` is undefined, creates a new object and [contextifies][contextified] it.
1838+
If `contextObject` is undefined, creates a new object and [contextifies][contextified] it.
18391839
If `contextObject` is [`vm.constants.DONT_CONTEXTIFY`][], don't [contextify][contextified] anything.
18401840
3. Compiles the code as a `vm.Script`
18411841
4. Runs the compiled code within the created context. The code does not have access to the scope in

0 commit comments

Comments
 (0)