Browse Source

doc: corrected typo in vm docs

Reviewed-by: Trevor Norris <trev.norris@gmail.com>
v0.11.14-release
Andrew Teich 11 years ago
committed by Trevor Norris
parent
commit
d66adf0c85
  1. 2
      doc/api/vm.markdown

2
doc/api/vm.markdown

@ -85,7 +85,7 @@ returns the result. Running code does not have access to local scope. The
`vm.runInContext` takes the same options as `vm.runInThisContext`.
Example: compile and execute differnt scripts in a single existing context.
Example: compile and execute different scripts in a single existing context.
var util = require('util');
var vm = require('vm');

Loading…
Cancel
Save