Skip to content

Commit df63b22

Browse files
committed
doc: set change to 72 character column length
1 parent 2b3402e commit df63b22

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/api/vm.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1117,13 +1117,13 @@ changes:
11171117
[Support of dynamic `import()` in compilation APIs][].
11181118
* Returns: {Object} contextified object.
11191119

1120-
If given a `contextObject`, the `vm.createContext()` method will [prepare
1121-
that object][contextified] and return a reference to it so that it can be used in calls to
1122-
[`vm.runInContext()`][] or [`script.runInContext()`][]. Inside such scripts,
1123-
the `contextObject` will be the global object, retaining all of its existing
1124-
properties but also having the built-in objects and functions any standard
1125-
[global object][] has. Outside of scripts run by the vm module, global variables
1126-
will remain unchanged.
1120+
If given a `contextObject`, the `vm.createContext()` method will [prepare that
1121+
object][contextified] and return a reference to it so that it can be used in
1122+
calls to [`vm.runInContext()`][] or [`script.runInContext()`][]. Inside such
1123+
scripts, the `contextObject` will be the global object, retaining all of its
1124+
existing properties but also having the built-in objects and functions any
1125+
standard [global object][] has. Outside of scripts run by the vm module, global
1126+
variables will remain unchanged.
11271127

11281128
```js
11291129
const vm = require('node:vm');

0 commit comments

Comments
 (0)