Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: changed wording
  • Loading branch information
krydos committed Mar 5, 2017
commit bfef1e337c8a526aa20d5184f92bfb04bdd1604a
2 changes: 1 addition & 1 deletion doc/api/vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ JavaScript code can be compiled and run immediately or compiled, saved, and run
later.

*Note*: The vm module is not a security mechanism.
Do not use it to run untrusted scripts.
Do not use it to run untrusted code.

## Class: vm.Script
<!-- YAML
Expand Down