Skip to content

Commit 6d0294c

Browse files
authored
Update XXXX-enhanced-existentials.md
Assignment seems a minor typo isn't it?
1 parent 86d209e commit 6d0294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/XXXX-enhanced-existentials.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Almost all of these problems can be solved by **generalizing the use of existent
5454

5555
```swift
5656
// "Any type conforming to Collection, whose Elements are Ints"
57-
var a = Collection where .Element == Int
57+
var a : Collection where .Element == Int
5858
a = [1, 2, 3, 4]
5959
a = Set([4, 5, 6, 7])
6060
```

0 commit comments

Comments
 (0)