From fc629c26102a0728c1b940ca53667a6489e32304 Mon Sep 17 00:00:00 2001 From: Tristian Flanagan Date: Fri, 13 Nov 2015 10:01:34 -0500 Subject: [PATCH] doc: reword message.headers to indicate they are not read-only message.headers states that the headers are read-only, when in fact they are not. This change rewords the docs to a more appropriate description, while not promoting this kind of behavior. Fixes: #3146 PR-URL: https://github.com/nodejs/node/pull/3814 Reviewed-By: Roman Klauke Reviewed-By: James M Snell --- doc/api/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 0714ebd461f101..f36fcf77146174 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -806,7 +806,7 @@ Just like `'end'`, this event occurs only once per response. The request/response headers object. -Read only map of header names and values. Header names are lower-cased. +Key-value pairs of header names and values. Header names are lower-cased. Example: // Prints something like: