From 89defff3b9e29de4dfab055ca216b2d12aeedde3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 15 Oct 2020 21:17:04 -0700 Subject: [PATCH] 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 Reviewed-By: Antoine du Hamel --- doc/api/deprecations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index f3c12137f51eec..093bef796dab7c 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 })` Type: Runtime