Skip to content

Commit 0dc020a

Browse files
Add missing word in changelog
1 parent b12acc4 commit 0dc020a

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)