Skip to content

Commit c8dbf85

Browse files
authored
Format bullets with * to match elsewhere (#2548)
See also commit b36c568 (Use * for bullet points in the metadata list, 2023-10-12) which makes the same change, for the same reason. References: b36c568
1 parent 2c10ffe commit c8dbf85

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

proposals/0439-trailing-comma-lists.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Allow trailing comma in comma-separated lists
22

3-
- Proposal: [SE-0439](0439-trailing-comma-lists.md)
4-
- Author: [Mateus Rodrigues](https://github.com/mateusrodriguesxyz)
5-
- Review Manager: [Xiaodi Wu](https://github.com/xwu)
6-
- Status: **Accepted with modifications**
7-
- Implementation: https://github.com/swiftlang/swift/pull/74522# gated behind `-enable-experimental-feature TrailingComma`
8-
- Review: ([pitch](https://forums.swift.org/t/pitch-allow-trailing-comma-in-tuples-arguments-and-if-guard-while-conditions/70170)), ([review](https://forums.swift.org/t/se-0439-allow-trailing-comma-in-comma-separated-lists/72876)), ([acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0439-allow-trailing-comma-in-comma-separated-lists/73216))
3+
* Proposal: [SE-0439](0439-trailing-comma-lists.md)
4+
* Author: [Mateus Rodrigues](https://github.com/mateusrodriguesxyz)
5+
* Review Manager: [Xiaodi Wu](https://github.com/xwu)
6+
* Status: **Accepted with modifications**
7+
* Implementation: https://github.com/swiftlang/swift/pull/74522# gated behind `-enable-experimental-feature TrailingComma`
8+
* Review: ([pitch](https://forums.swift.org/t/pitch-allow-trailing-comma-in-tuples-arguments-and-if-guard-while-conditions/70170)), ([review](https://forums.swift.org/t/se-0439-allow-trailing-comma-in-comma-separated-lists/72876)), ([acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0439-allow-trailing-comma-in-comma-separated-lists/73216))
99

1010
## Introduction
1111

0 commit comments

Comments
 (0)