Re: [whatwg/fetch] minor fixes (#1290)

@ronag commented on this pull request.



> @@ -5993,7 +5993,7 @@ new Headers(meta2);
   <var>object</var>:
 
   <ol>
-   <li><p>If <var>header</var> does not contain exactly two items, then <a>throw</a> a
+   <li><p>If <var>header</var> is not a <a>sequence</a> which contains exactly two items, then <a>throw</a> a

```suggestion
   <li><p>If <var>header</var> does not contain exactly two items, then <a>throw</a> a
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1290#pullrequestreview-742706957

Received on Tuesday, 31 August 2021 13:12:14 UTC