Skip to content

Commit 89defff

Browse files
committed
doc: correct order of metadata for deprecation
This is in preparation for updating remark-preset-lint-node to 1.17.1. PR-URL: #35668 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent ee85eb9 commit 89defff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/deprecations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2663,12 +2663,12 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
26632663
### DEP0147: `fs.rmdir(path, { recursive: true })`
26642664
<!-- YAML
26652665
changes:
2666-
- version: v14.14.0
2667-
pr-url: https://github.com/nodejs/node/pull/35579
2668-
description: Documentation-only deprecation.
26692666
- version: REPLACEME
26702667
pr-url: https://github.com/nodejs/node/pull/35562
26712668
description: Runtime deprecation.
2669+
- version: v14.14.0
2670+
pr-url: https://github.com/nodejs/node/pull/35579
2671+
description: Documentation-only deprecation.
26722672
-->
26732673

26742674
Type: Runtime

0 commit comments

Comments
 (0)