Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-10-16 07:17:04 +0300
committerRich Trott <rtrott@gmail.com>2020-10-18 14:55:43 +0300
commit89defff3b9e29de4dfab055ca216b2d12aeedde3 (patch)
tree04a9b78a9ab09f91b52344d842b8be81b231ca96 /doc/api/deprecations.md
parentee85eb9f8a311e955116ecfd9c6c336351336116 (diff)
doc: correct order of metadata for deprecation
This is in preparation for updating remark-preset-lint-node to 1.17.1. PR-URL: https://github.com/nodejs/node/pull/35668 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index f3c12137f51..093bef796da 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2663,12 +2663,12 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
### DEP0147: `fs.rmdir(path, { recursive: true })`
<!-- YAML
changes:
- - version: v14.14.0
- pr-url: https://github.com/nodejs/node/pull/35579
- description: Documentation-only deprecation.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/35562
description: Runtime deprecation.
+ - version: v14.14.0
+ pr-url: https://github.com/nodejs/node/pull/35579
+ description: Documentation-only deprecation.
-->
Type: Runtime