Skip to content

Commit fa4e488

Browse files
chicoxyzzyljharb
authored andcommitted
Rename RegExp match array offsets to RegExp Match Indices
1 parent 95d1c51 commit fa4e488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Stage 2 indicates that the committee expects these features to be developed and
2626
| [Numeric separators][numeric_separators] | Sam Goto<br />Rick Waldron | Sam Goto<br />Rick Waldron | [:white_check_mark:][tests-numeric_separators] | <sub>[June&nbsp;2019][numeric_separators-notes]</sub> |
2727
| [Top-level `await`][await] | Myles Borins | Myles Borins | [:white_check_mark:][tests-await] | <sub>[June&nbsp;2019][await-notes]</sub> |
2828
| [WeakRefs][weakrefs] | Dean Tribble<br />Sathya Gunasekaran | Dean Tribble<br />Mark Miller<br />Till Schneidereit<br />Sathya Gunasekaran | [:white_check_mark:][tests-weakrefs] | <sub>[June&nbsp;2019][weakrefs-notes]</sub> |
29-
| [RegExp Match array offsets][regex-offsets] | Ron Buckton | Ron Buckton | :question: | <sub>[July 2019][regex-offsets-notes]</sub> |
29+
| [RegExp Match Indices][regex-match-indices] | Ron Buckton | Ron Buckton | :question: | <sub>[July 2019][regex-match-indices-notes]</sub> |
3030
| [`String.prototype.replaceAll`][replace-all] | Peter Marshall<br />Jakob Gruber<br />Mathias Bynens | Mathias Bynens | :question: | <sub>[October&nbsp;2019][replace-all-notes]</sub> |
3131
| [`Promise.any`][promise-any] | Mathias Bynens<br />Kevin Gibbons<br />Sergey Rubanov | Mathias Bynens | [:question:][tests-promise-any] | <sub>[October 2019][promise-any-notes]</sub> |
3232
| [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo<br />Lars Hansen | :question: | <sub>December&nbsp;2019</sub> |
@@ -119,8 +119,8 @@ Note that as part of the onboarding process your repository name may be normaliz
119119
[richer-keys-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-30.md#richer-keys-for-stage-2
120120
[unicode-sequence-properties]: https://github.com/tc39/proposal-regexp-unicode-sequence-properties
121121
[unicode-sequence-properties-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-31.md#update-on-sequence-properties-in-unicode-property-escapes
122-
[regex-offsets]: https://github.com/tc39/proposal-regexp-match-offsets
123-
[regex-offsets-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-07/july-24.md#regexp-match-offsets-update
122+
[regex-match-indices]: https://github.com/tc39/proposal-regexp-match-Indices
123+
[regex-match-indices-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-07/july-24.md#regexp-match-offsets-update
124124
[buffer-transfer]: https://github.com/domenic/proposal-arraybuffer-transfer/
125125
[buffer-transfer-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-07/july-24.md#arraybufferprototypetransfer
126126
[resource-management]: https://github.com/tc39/proposal-using-statement

0 commit comments

Comments
 (0)