From 9245085d60083fa7185984fcbe2fd7a5b87ac78c Mon Sep 17 00:00:00 2001 From: treysis Date: Fri, 3 Sep 2021 22:30:08 +0200 Subject: [PATCH] dns: fix dns.md PR-URL: https://github.com/nodejs/node/pull/39987 Fixes: https://github.com/nodejs/node/issues/31566 Refs: https://github.com/nodejs/node/issues/6307 Refs: https://github.com/nodejs/node/pull/20710 Refs: https://github.com/nodejs/node/pull/38099 Reviewed-By: Antoine du Hamel Reviewed-By: Matteo Collina Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/api/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dns.md b/doc/api/dns.md index 2087715cbeb039..ef90e15a04dc4b 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -171,7 +171,7 @@ section if a custom port is used. added: v0.1.90 changes: - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/37681 + pr-url: https://github.com/nodejs/node/pull/39987 description: The `verbatim` options defaults to `true` now. - version: v8.5.0 pr-url: https://github.com/nodejs/node/pull/14731