From a8acbc15f353bd386744e3d6667c132c5dffc7c4 Mon Sep 17 00:00:00 2001 From: Matthew Rayermann Date: Mon, 15 Nov 2021 15:50:15 -0800 Subject: [PATCH] Remove trailing spaces --- docs/api/incoming-message.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.