diff --git a/docs/api/incoming-message.md b/docs/api/incoming-message.md index 767fd099768b4..d8ce60cca968d 100644 --- a/docs/api/incoming-message.md +++ b/docs/api/incoming-message.md @@ -83,8 +83,8 @@ An `Integer` indicating the HTTP protocol minor version number. ### `response.rawHeaders` -A `string[]` containing the raw HTTP response headers exactly as they were -received. The keys and values are in the same list. It is not a list of -tuples. So, the even-numbered offsets are key values, and the odd-numbered -offsets are the associated values. Header names are not lowercased, and +A `string[]` containing the raw HTTP response headers exactly as they were +received. The keys and values are in the same list. It is not a list of +tuples. So, the even-numbered offsets are key values, and the odd-numbered +offsets are the associated values. Header names are not lowercased, and duplicates are not merged.