Skip to content

Commit 661be49

Browse files
authored
Merge pull request #12095 from DougGregor/fixup-manifesto
Minor fix to generics manifesto, suggested by Slava Pestov.
2 parents 043ee1d + f2f70b8 commit 661be49

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
@@ -229,7 +229,7 @@ var p3: Promise = getRandomPromise() // p3 has type Promise<Int, Error> due to t
229229

230230
### Generalized `class` constraints
231231

232-
*This feature will come as a consequence of proposal [SE-0156](https://github.com/apple/swift-evolution/blob/master/proposals/0156-subclass-existentials.md) and was released with Swift 4.*
232+
*This feature is a consequence of proposal [SE-0156](https://github.com/apple/swift-evolution/blob/master/proposals/0156-subclass-existentials.md) and was released with Swift 4.*
233233

234234
The `class` constraint can currently only be used for defining protocols. We could generalize it to associated type and type parameter declarations, e.g.,
235235

0 commit comments

Comments
 (0)