summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Valéry <darul75@gmail.com>2015-07-02 12:06:51 +0200
committerJames M Snell <jasnell@gmail.com>2015-08-13 12:01:49 -0400
commit9a6f1ce416939a9ec2bb99d4cc75ddd77f730505 (patch)
treeaa2dc248d2e902b9622bd29c1ffe0c83092df1d1
parentb03ab02fe89725b8faa8f4873569949201077981 (diff)
downloadnode-9a6f1ce416939a9ec2bb99d4cc75ddd77f730505.tar.gz
comma
PR-URL: https://github.com/joyent/node/pull/25811 Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--doc/api/vm.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/vm.markdown b/doc/api/vm.markdown
index b1453249e..5a72c9dc7 100644
--- a/doc/api/vm.markdown
+++ b/doc/api/vm.markdown
@@ -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',