Skip to content

Commit 9a6f1ce

Browse files
darul75jasnell
authored andcommitted
comma
PR-URL: nodejs/node-v0.x-archive#25811 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent b03ab02 commit 9a6f1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/vm.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Example: compile and execute code that increments a global variable and sets a
117117
new one. These globals are contained in the sandbox.
118118

119119
var util = require('util');
120-
var vm = require('vm'),
120+
var vm = require('vm');
121121

122122
var sandbox = {
123123
animal: 'cat',

0 commit comments

Comments
 (0)