Skip to content

Commit cecf5f9

Browse files
ianpartridgelattner
authored andcommitted
Correct SE-0095 title (P1 & P2 not Any<P1,P2>) (#379)
1 parent 719e0ae commit cecf5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ proposals in that process.
1111
* June 21...27 [SE-0101: Rename `sizeof` and related functions to comply with API Guidelines](proposals/0101-standardizing-sizeof-naming.md)
1212
* June 21...27 [SE-0102: Remove `@noreturn` attribute and introduce an empty `NoReturn` type](proposals/0102-noreturn-bottom-type.md)
1313
* June 21...27 [SE-0103: Make non-escaping closures the default](proposals/0103-make-noescape-default.md)
14-
* June 22...27 [SE-0095: Replace `protocol<P1,P2>` syntax with `Any<P1,P2>`](proposals/0095-any-as-existential.md)
14+
* June 22...27 [SE-0095: Replace `protocol<P1,P2>` syntax with `P1 & P2` syntax](proposals/0095-any-as-existential.md)
1515
* June 22...27 [SE-0104: Protocol-oriented integers](proposals/0104-improved-integers.md)
1616
* June 22...29 [SE-0105: Removing Where Clauses from For-In Loops](proposals/0105-remove-where-from-forin-loops.md)
1717

0 commit comments

Comments
 (0)