summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-05-04 10:14:25 -0700
committerRich Trott <rtrott@gmail.com>2018-05-07 11:16:36 -0700
commitd53f43b3688f17035efe2c3eb5119428590d94f8 (patch)
treed652c144a41c9aa97480103eeebe9bdd91e1c527 /doc/api/deprecations.md
parente2c18d5b42a808604de655856cdd4efa2b045336 (diff)
downloadnode-new-d53f43b3688f17035efe2c3eb5119428590d94f8.tar.gz
doc: edit text for DEP0013
* v10.0.0 -> Node.js 10.0.0 * Parenthetical with URL rather than "PR" as a lot of people may not know what "PR" stands for but they will know what a URL is. Plus not hiding the URL means the text is more copy/paste-able. In this particular case, "PR 12562" is not more useful or informative than https://github.com/nodejs/node/pull/12562 so just use the URL. 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/api/deprecations.md')
-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 473d1040ba..923f38a36b 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -170,7 +170,7 @@ explicitly via error event handlers set on the domain instead.
Type: End-of-Life
Calling an asynchronous function without a callback throws a `TypeError`
-v10.0.0 onwards. Refer: [PR 12562](https://github.com/nodejs/node/pull/12562).
+in Node.js 10.0.0 onwards. (See https://github.com/nodejs/node/pull/12562.)
<a id="DEP0014"></a>
### DEP0014: fs.read legacy String interface