Skip to content

Commit 7d2814e

Browse files
tniessenjasnell
authored andcommitted
doc: unify End-of-Life marker
PR-URL: #19942 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
1 parent e590cfc commit 7d2814e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/deprecations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ to the `constants` property exposed by the relevant module. For instance,
131131
<a id="DEP0009"></a>
132132
### DEP0009: crypto.pbkdf2 without digest
133133

134-
Type: End-of-life
134+
Type: End-of-Life
135135

136136
Use of the [`crypto.pbkdf2()`][] API without specifying a digest was deprecated
137137
in Node.js 6.0 because the method defaulted to using the non-recommended
@@ -383,7 +383,7 @@ instead.
383383
<a id="DEP0041"></a>
384384
### DEP0041: NODE\_REPL\_HISTORY\_FILE environment variable
385385

386-
Type: End-of-life
386+
Type: End-of-Life
387387

388388
The `NODE_REPL_HISTORY_FILE` environment variable was removed. Please use
389389
`NODE_REPL_HISTORY` instead.

0 commit comments

Comments
 (0)