We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2288173 commit afcb884Copy full SHA for afcb884
index.bs
@@ -5408,8 +5408,8 @@ To <dfn noexport>get [=OS registrations=] from a header value</dfn> given a
5408
[=header value=] |header|:
5409
5410
1. Let |values| be the result of [=structured header/parsing structured fields=]
5411
- with <var ignore>input_string</var> set to |header| and
5412
- <var ignore>header_type</var> set to "`list`".
+ with <var ignore>input_bytes</var> set to |header| and
+ <var ignore>field_type</var> set to "`list`".
5413
1. If parsing failed, return an error.
5414
1. Let |registrations| be a new [=list=].
5415
1. [=list/iterate|For each=] |value| of |values|:
0 commit comments