Skip to content

Commit 316accc

Browse files
authored
Merge pull request swiftlang#12813 from apple/PatrickPijnappel-patch-1
2 parents e48c0c0 + 0dc020a commit 316accc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Swift 4.1
2626
constraints, which require that the associated type conform to the enclosing
2727
protocol. The standard library protocols have been updated to make use of
2828
recursive constraints. For example, the `SubSequence` associated type of
29-
follows the enclosing protocol:
29+
`Sequence` follows the enclosing protocol:
3030

3131
protocol Sequence {
3232
associatedtype Element

0 commit comments

Comments
 (0)