Skip to content

Commit 762051a

Browse files
TrottMylesBorins
authored andcommitted
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: #20519 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent bb8aae2 commit 762051a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ Type: End-of-Life
569569

570570
The `repl` module's `REPL_MODE_MAGIC` constant, used for `replMode` option, has
571571
been removed. Its behavior has been functionally identical to that of
572-
`REPL_MODE_SLOPPY` since Node.js v6.0.0, when V8 5.0 was imported. Please use
572+
`REPL_MODE_SLOPPY` since Node.js 6.0.0, when V8 5.0 was imported. Please use
573573
`REPL_MODE_SLOPPY` instead.
574574

575575
The `NODE_REPL_MODE` environment variable is used to set the underlying

0 commit comments

Comments
 (0)