Skip to content

Commit

Permalink
doc: harmonize the format
Browse files Browse the repository at this point in the history
  • Loading branch information
yKanon authored and ljharb committed Jan 6, 2022
1 parent 9ba2904 commit 5a37a9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions finished-proposals.md
Expand Up @@ -45,11 +45,11 @@ Finished proposals are proposals that have reached stage 4, and are included in
| Class Fields ([Private instance methods and accessors][private-methods], [Class Public Instance Fields & Private Instance Fields][class-fields], [Static class fields and private static methods][static-class-features]) | Daniel Ehrenberg | Daniel Ehrenberg<br />Kevin Gibbons | [April 2021][class-fields-notes] | 2022 |
| [RegExp Match Indices][regex-match-indices] | Ron Buckton | Ron Buckton | [May 2021][regex-match-indices-notes] | 2022 |
| [Top-level `await`][await] | Myles Borins<br />Yulia Startsev<br />Daniel Ehrenberg<br />Guy Bedford<br />Ms2ger | Myles Borins<br />Yulia Startsev | [May 2021][await-notes] | 2022 |
| [Ergonomic brand checks for Private Fields][private-fields-in-in] | Jordan Harband | Jordan Harband | <sub>[July&nbsp;2021][private-fields-in-in-notes]</sub> | 2022 |
| [`.at()`][at] | Shu-yu Guo<br />Tab Atkins | Shu-yu Guo<br />Tab Atkins | <sub>[August&nbsp;2021][at-notes]</sub> | 2022 |
| [Accessible `Object.prototype.hasOwnProperty`][object-has] | Jamie Kyle | Tierney Cyren<br />Jamie Kyle | <sub>[August&nbsp;2021][object-has-notes]</sub> | 2022 |
| [Class Static Block][static-blocks] | Ron Buckton | Ron Buckton | <sub>[August&nbsp;2021][static-blocks-notes]</sub> | 2022 |
| [Error Cause][error-cause] | Chengzhong Wu | Chengzhong Wu<br /> Hemanth HM | <sub>[October&nbsp;2021][error-cause-notes]</sub> | 2022 |
| [Ergonomic brand checks for Private Fields][private-fields-in-in] | Jordan Harband | Jordan Harband | [July 2021][private-fields-in-in-notes] | 2022 |
| [`.at()`][at] | Shu-yu Guo<br />Tab Atkins | Shu-yu Guo<br />Tab Atkins | [August 2021][at-notes] | 2022 |
| [Accessible `Object.prototype.hasOwnProperty`][object-has] | Jamie Kyle | Tierney Cyren<br />Jamie Kyle | [August 2021][object-has-notes] | 2022 |
| [Class Static Block][static-blocks] | Ron Buckton | Ron Buckton | [August 2021][static-blocks-notes] | 2022 |
| [Error Cause][error-cause] | Chengzhong Wu | Chengzhong Wu<br /> Hemanth HM | [October 2021][error-cause-notes] | 2022 |

See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [inactive proposals](inactive-proposals.md) documents.

Expand Down

0 comments on commit 5a37a9e

Please sign in to comment.