From ae42658be95ed0fb62a0ccc21a736ec3e90bdda1 Mon Sep 17 00:00:00 2001
From: cjihrig <cjihrig@gmail.com>
Date: Sat, 30 Jan 2021 09:48:49 -0500
Subject: [PATCH] doc: add missing deprecation code

PR-URL: https://github.com/nodejs/node/pull/37147
Refs: https://github.com/nodejs/node/pull/36918
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
---
 doc/api/deprecations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 4402fb791da711..7644bc00829144 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2699,7 +2699,7 @@ resolutions not in `node_modules`. This means there will not be deprecation
 warnings for `"exports"` in dependencies. With `--pending-deprecation`, a
 runtime warning results no matter where the `"exports"` usage occurs.
 
-### DEP0XXX: Main index lookup and extension searching
+### DEP0151: Main index lookup and extension searching
 <!-- YAML
 changes:
   - version: REPLACEME