From c99026bdd72aedadd79a1252ac3c2b3cbb8d26e7 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 25 Oct 2018 15:27:20 -0400 Subject: [PATCH] doc: update missing deprecation The deprecation code was not updated when landing the PR. PR-URL: https://github.com/nodejs/node/pull/23883 Refs: https://github.com/nodejs/node/pull/23760 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Vse Mozhet Byt Reviewed-By: Matheus Marchini Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca --- doc/api/deprecations.md | 4 ++-- lib/net.js | 4 ++-- test/parallel/test-net-deprecated-setsimultaneousaccepts.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 15199b9ebeb64d..681fac92deae99 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2264,8 +2264,8 @@ undocumented `COUNTER_NET_SERVER_CONNECTION()`, `COUNTER_HTTP_SERVER_RESPONSE()`, `COUNTER_HTTP_CLIENT_REQUEST()`, and `COUNTER_HTTP_CLIENT_RESPONSE()` functions have been deprecated. - -### DEP00XX: net._setSimultaneousAccepts() + +### DEP0121: net._setSimultaneousAccepts()