Skip to content

Commit f59d730

Browse files
authored
Merge pull request #4414 from natecook1000/nc-changelog-prefixwhile
Fix method name in the changelog
2 parents fe127a2 + 7c646d9 commit f59d730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Swift 3.0
55

66
* [SE-0045](https://github.com/apple/swift-evolution/blob/master/proposals/0045-scan-takewhile-dropwhile.md)
77

8-
The `Sequence` protocol now includes two new members, `take(while:)` and
9-
`drop(while:)`. `take(while:)` is used to request the longest subsequence
8+
The `Sequence` protocol now includes two new members, `prefix(while:)` and
9+
`drop(while:)`. `prefix(while:)` is used to request the longest subsequence
1010
satisfying a predicate. `drop(while:)` is used to request the subsequence
1111
remaining after dropping the longest subsequence satisfying a predicate.
1212

0 commit comments

Comments
 (0)