Skip to content

Commit 9d8361d

Browse files
authored
Editorial: use "tuple" instead of "pair"
Fixes #1057.
1 parent 59dae6f commit 9d8361d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4259,7 +4259,7 @@ iteration</dfn> value to signal the end of the iteration, or resolves with one o
42594259
: for [=value asynchronously iterable declarations=]:
42604260
:: a value of the type given in the declaration;
42614261
: for [=pair asynchronously iterable declarations=]:
4262-
:: a [=pair=] containing a value of the first type given in the declaration, and a value of the second type given in the declaration.
4262+
:: a [=tuple=] containing a value of the first type given in the declaration, and a value of the second type given in the declaration.
42634263

42644264
The prose may also define an <dfn export>asynchronous iterator return</dfn> algorithm. This
42654265
algorithm receives the instance of the [=interface=] that is being iterated, the async iterator

0 commit comments

Comments
 (0)