Skip to content

Commit 2f8f798

Browse files
michibooxwu
andauthored
Update Sources/Algorithms/Suffix.swift
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent 60bad3b commit 2f8f798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Algorithms/Suffix.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
//===----------------------------------------------------------------------===//
1515

1616
extension BidirectionalCollection {
17-
/// Returns a subsequence containing the elements from the end until `predicate`
18-
/// returns `false` and skipping the remaining elements.
17+
/// Returns a subsequence containing the elements from the end until
18+
/// `predicate` returns `false` and skipping the remaining elements.
1919
///
2020
/// - Parameter predicate: A closure that takes an element of the
2121
/// sequence as its argument and returns `true` if the element should

0 commit comments

Comments
 (0)