Skip to content

Commit afcb884

Browse files
authored
Correct variable names for parsing structured fields (#1531)
1 parent 2288173 commit afcb884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5408,8 +5408,8 @@ To <dfn noexport>get [=OS registrations=] from a header value</dfn> given a
54085408
[=header value=] |header|:
54095409

54105410
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`".
5411+
with <var ignore>input_bytes</var> set to |header| and
5412+
<var ignore>field_type</var> set to "`list`".
54135413
1. If parsing failed, return an error.
54145414
1. Let |registrations| be a new [=list=].
54155415
1. [=list/iterate|For each=] |value| of |values|:

0 commit comments

Comments
 (0)