From f90cf19fdd729cff6147b12be191effa6113712e Mon Sep 17 00:00:00 2001 From: Denys Otrishko Date: Fri, 26 Oct 2018 19:27:40 +0300 Subject: doc: remove notice of dashes in V8 options Previously only V8 options supported both dashes in them (making them equivalent), but now Node.js also supports both styles so the note can be removed. PR-URL: https://github.com/nodejs/node/pull/23903 Refs: https://github.com/nodejs/node/pull/18592 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Vse Mozhet Byt Reviewed-By: Trivikram Kamat Reviewed-By: George Adams --- doc/api/vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/vm.md') diff --git a/doc/api/vm.md b/doc/api/vm.md index 842ae3b81a..c4b7e3f9b3 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -7,7 +7,7 @@ The `vm` module provides APIs for compiling and running code within V8 Virtual -Machine contexts. **Note that the `vm` module is not a security mechanism. Do +Machine contexts. **The `vm` module is not a security mechanism. Do not use it to run untrusted code**. The term "sandbox" is used throughout these docs simply to refer to a separate context, and does not confer any security guarantees. -- cgit v1.2.3