From 4afd503465b5dd3b5d58d07043a99e9557bbfd53 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 28 Feb 2019 19:53:14 -0500 Subject: [PATCH] doc,test,repl: fix deprecation code PR-URL: https://github.com/nodejs/node/pull/26368 Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca --- doc/api/deprecations.md | 4 ++-- lib/repl.js | 4 ++-- test/parallel/test-repl-options.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 15bf869790e9ce..e8ea13ffbd6c26 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2335,8 +2335,8 @@ Type: Runtime Setting the TLS ServerName to an IP address is not permitted by [RFC 6066][]. This will be ignored in a future version. - -### DEP0XXX: using REPLServer.rli + +### DEP0124: using REPLServer.rli