Skip to content

Commit 4183ab0

Browse files
authored
stage 2.7
1 parent 36f2857 commit 4183ab0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Authors: Kevin Gibbons
88

99
Champions: Kevin Gibbons
1010

11-
This proposal is at stage 0 of [the TC39 process](https://tc39.es/process-document/): it has not yet been presented to the committee.
11+
This proposal is at stage 2.7 of [the TC39 process](https://tc39.es/process-document/): it awaits Test262 tests. Interested parties can follow or contribute based on [this testing plan](https://github.com/tc39/test262/issues/4697).
1212

1313
## Motivation
1414

@@ -20,4 +20,4 @@ This came up [during the original iterator helpers proposal](https://github.com/
2020

2121
## Proposal
2222

23-
While in principle there are various ways to solve this problem, the obvious one is to add `Iterator.prototype.join` which works exactly like `Array.prototype.join` except that it operates on its receiver as an iterator rather than as an Array. That is what is [currently specified](https://bakkot.github.io/proposal-iterator-join/).
23+
While in principle there are various ways to solve this problem, the obvious one is to add `Iterator.prototype.join` which works exactly like `Array.prototype.join` except that it operates on its receiver as an iterator rather than as an Array. That is what is [currently specified](https://tc39.github.io/proposal-iterator-join/).

0 commit comments

Comments
 (0)