From 2bb1cb3d06fce50289aec0f25e6d88b4ba26e67a Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Tue, 5 Dec 2017 09:29:14 -0800 Subject: [PATCH] header-structure: Add a missing close parenthesis --- draft-ietf-httpbis-header-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-httpbis-header-structure.md b/draft-ietf-httpbis-header-structure.md index 84a1988a0..3f3e5bb08 100644 --- a/draft-ietf-httpbis-header-structure.md +++ b/draft-ietf-httpbis-header-structure.md @@ -385,7 +385,7 @@ Given an ASCII string input_string, return a mapping of (label, item). input_str ## Lists {#list} -Lists are arrays of items ({{item}}) or parameterised labels ({{param}}, with one to 1024 members. +Lists are arrays of items ({{item}}) or parameterised labels ({{param}}), with one to 1024 members. In the textual HTTP serialisation, each member is separated by a comma and optional whitespace.