Skip to content

Commit 4b5f57d

Browse files
committed
[SE-0258] Update implementation and pitch #3 links
1 parent a2f4786 commit 4b5f57d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proposals/0258-property-wrappers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Authors: [Doug Gregor](https://github.com/DougGregor), [Joe Groff](https://github.com/jckarter)
55
* Review Manager: [John McCall](https://github.com/rjmccall)
66
* Status: **Returned for revision**
7-
* Implementation: Available as a "hidden" feature in [master snapshots](https://swift.org/download/#snapshots) with the attribute name `@_propertyDelegate` and using `delegateValue` in lieu of `wrapperValue`.
7+
* Implementation: Available in [master snapshots](https://swift.org/download/#snapshots).
88
* Review: ([review #1](https://forums.swift.org/t/se-0258-property-delegates/23139)) ([revision announcement #1](https://forums.swift.org/t/returned-for-revision-se-0258-property-delegates/24080))
99
* Previous versions: [Revision #1](https://github.com/apple/swift-evolution/commit/8c3499ec5bc22713b150e2234516af3cb8b16a0b)
1010

@@ -19,6 +19,7 @@ This is an alternative approach to some of the problems intended to be addressed
1919

2020
[Pitch #1](https://forums.swift.org/t/pitch-property-delegates/21895)<br/>
2121
[Pitch #2](https://forums.swift.org/t/pitch-2-property-delegates-by-custom-attributes/22855)<br/>
22+
[Pitch #3](https://forums.swift.org/t/pitch-3-property-wrappers-formerly-known-as-property-delegates/24961)<br/>
2223

2324
## Motivation
2425

0 commit comments

Comments
 (0)