We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d209e commit 6d0294cCopy full SHA for 6d0294c
proposals/XXXX-enhanced-existentials.md
@@ -54,7 +54,7 @@ Almost all of these problems can be solved by **generalizing the use of existent
54
55
```swift
56
// "Any type conforming to Collection, whose Elements are Ints"
57
- var a = Collection where .Element == Int
+ var a : Collection where .Element == Int
58
a = [1, 2, 3, 4]
59
a = Set([4, 5, 6, 7])
60
```
0 commit comments