summaryrefslogtreecommitdiff
path: root/doc/api/v8.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2016-11-15 09:56:15 -0800
committerSam Roberts <vieuxtech@gmail.com>2016-11-18 09:26:38 -0800
commita03074afe4c7f104a1c7a7c811c39c884b9045af (patch)
tree2f66f6d438fb39499068220e1783849affc4e035 /doc/api/v8.md
parent10e5e7abac99ffd331e44e53b16f3faf7a7b9848 (diff)
downloadandroid-node-v8-a03074afe4c7f104a1c7a7c811c39c884b9045af.tar.gz
android-node-v8-a03074afe4c7f104a1c7a7c811c39c884b9045af.tar.bz2
android-node-v8-a03074afe4c7f104a1c7a7c811c39c884b9045af.zip
doc: strip trailing whitespace
PR-URL: https://github.com/nodejs/node/pull/9620 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 01a20defce..82169d0486 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -101,7 +101,7 @@ For example:
added: v1.0.0
-->
-The `v8.setFlagsFromString()` method can be used to programmatically set
+The `v8.setFlagsFromString()` method can be used to programmatically set
V8 command line flags. This method should be used with care. Changing settings
after the VM has started may result in unpredictable behavior, including
crashes and data loss; or it may simply do nothing.