summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-05-04 10:11:02 -0700
committerRich Trott <rtrott@gmail.com>2018-05-07 11:16:36 -0700
commite2c18d5b42a808604de655856cdd4efa2b045336 (patch)
tree925fbab0b5b9dd2fdaaac7cc876cf2f37098e981 /doc
parent63a8436b91887ed272ef12aa79100f7232047c06 (diff)
downloadandroid-node-v8-e2c18d5b42a808604de655856cdd4efa2b045336.tar.gz
android-node-v8-e2c18d5b42a808604de655856cdd4efa2b045336.tar.bz2
android-node-v8-e2c18d5b42a808604de655856cdd4efa2b045336.zip
doc: minor edit to DEP0065
Use "Node.js 6.0.0" instead of "Node.js v6.0.0". (We decided to drop "v" before version numbers to avoid confusion with the V8 JavaScript engine.) PR-URL: https://github.com/nodejs/node/pull/20519 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 5b1ea7d34c..473d1040ba 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -569,7 +569,7 @@ Type: End-of-Life
The `repl` module's `REPL_MODE_MAGIC` constant, used for `replMode` option, has
been removed. Its behavior has been functionally identical to that of
-`REPL_MODE_SLOPPY` since Node.js v6.0.0, when V8 5.0 was imported. Please use
+`REPL_MODE_SLOPPY` since Node.js 6.0.0, when V8 5.0 was imported. Please use
`REPL_MODE_SLOPPY` instead.
The `NODE_REPL_MODE` environment variable is used to set the underlying