Skip to content

Commit 2efe59e

Browse files
Update 0267-where-on-contextually-generic.md
1 parent d7ed967 commit 2efe59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0267-where-on-contextually-generic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ It is reasonable to expect a `where` clause to work anywhere a constraint can be
4545
4646
```swift
4747
// 'Foo' can be any kind of nominal type declaration.
48-
// For a protocol, 'T' would be an associatedtype.
48+
// For a protocol, 'T' would be Self or an associatedtype.
4949
struct Foo<T>
5050
5151
extension Foo where T: Sequence, T.Element: Equatable {

0 commit comments

Comments
 (0)