From 807377573f56336cae073b314118d922284a9abf Mon Sep 17 00:00:00 2001 From: Daniel Nalborczyk Date: Mon, 6 May 2019 12:31:46 -0400 Subject: [PATCH 1/3] doc: fix for OutgoingMessage.prototype._headers/_headerNames --- 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 a9991fc3da310a..d4b9c9e122606e 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1364,7 +1364,7 @@ The `NODE_REPL_MODE` environment variable is used to set the underlying removed. Please use `sloppy` instead. -### DEP0066: outgoingMessage.\_headers, outgoingMessage.\_headerNames +### DEP0066: outgoingMessage.prototype.\_headers, outgoingMessage.prototype.\_headerNames