Browse Source

comma

PR-URL: https://github.com/joyent/node/pull/25811
Reviewed-By: James M Snell <jasnell@gmail.com>
v0.12-staging
Julien Valéry 10 years ago
committed by James M Snell
parent
commit
9a6f1ce416
  1. 2
      doc/api/vm.markdown

2
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',

Loading…
Cancel
Save