Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
PR-URL: #25811
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
darul75 authored and jasnell committed Aug 13, 2015
1 parent b03ab02 commit 9a6f1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/vm.markdown
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 9a6f1ce

Please sign in to comment.