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-06 01:33:29 -0400
commit75ceaa0d5ee1ae4bec6e9796e406aa2b31c2e8b5 (patch)
treea7baea93e48f76dcbffe913fd0776c09f5e9e280
parent2ffc000b65325358764cd2e57130eba3c14a8b7b (diff)
downloadnode-75ceaa0d5ee1ae4bec6e9796e406aa2b31c2e8b5.tar.gz
comma
PR-URL: https://github.com/joyent/node/pull/25615 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Steven R Loomis <srloomis@us.ibm.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',