Skip to content

Commit 66a7e66

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents faf0e61 + 6ddfd15 commit 66a7e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GenericsManifesto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Unlike the minor extensions, major extensions to the generics model provide more
283283

284284
### Conditional conformances (*)
285285

286-
*This feature has been accepted in [SE-0143](https://github.com/apple/swift-evolution/blob/master/proposals/0143-conditional-conformances.md) and is under development.*
286+
*This feature has been accepted in [SE-0143](https://github.com/apple/swift-evolution/blob/master/proposals/0143-conditional-conformances.md) and is implemented in Swift 4.2.*
287287

288288
Conditional conformances express the notion that a generic type will conform to a particular protocol only under certain circumstances. For example, `Array` is `Equatable` only when its elements are `Equatable`:
289289

0 commit comments

Comments
 (0)