We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3c370 commit b4a7e01Copy full SHA for b4a7e01
1 file changed
doc/api/vm.md
@@ -1837,7 +1837,7 @@ It does several things at once:
1837
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.
1839
If `contextObject` is [`vm.constants.DONT_CONTEXTIFY`][], don't [contextify][contextified] anything.
1840
-3. Compiles the code as a`vm.Script`
+3. Compiles the code as a `vm.Script`
1841
4. Runs the compiled code within the created context. The code does not have access to the scope in
1842
which this method is called.
1843
5. Returns the result.
0 commit comments