summaryrefslogtreecommitdiff
path: root/doc/api/vm.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 84b907680e..68b25b6aa3 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -867,7 +867,7 @@ const code = `
})`;
vm.runInThisContext(code)(require);
- ```
+```
The `require()` in the above case shares the state with the context it is
passed from. This may introduce risks when untrusted code is executed, e.g.