Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
PR-URL: nodejs#25811
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
darul75 authored and jBarz committed Nov 4, 2016
1 parent 4b4ddc7 commit 457d41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/vm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Example: compile and execute code that increments a global variable and sets a
new one. These globals are contained in the sandbox.

var util = require('util');
var vm = require('vm'),
var vm = require('vm');

var sandbox = {
animal: 'cat',
Expand Down

0 comments on commit 457d41f

Please sign in to comment.