Skip to content

Commit eed3f10

Browse files
TrottMylesBorins
authored andcommitted
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 #12562 so just use the URL. PR-URL: #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>
1 parent b2b4871 commit eed3f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ explicitly via error event handlers set on the domain instead.
170170
Type: End-of-Life
171171

172172
Calling an asynchronous function without a callback throws a `TypeError`
173-
v10.0.0 onwards. Refer: [PR 12562](https://github.com/nodejs/node/pull/12562).
173+
in Node.js 10.0.0 onwards. (See https://github.com/nodejs/node/pull/12562.)
174174

175175
<a id="DEP0014"></a>
176176
### DEP0014: fs.read legacy String interface

0 commit comments

Comments
 (0)