We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bad3b commit 2f8f798Copy full SHA for 2f8f798
Sources/Algorithms/Suffix.swift
@@ -14,8 +14,8 @@
14
//===----------------------------------------------------------------------===//
15
16
extension BidirectionalCollection {
17
- /// Returns a subsequence containing the elements from the end until `predicate`
18
- /// returns `false` and skipping the remaining elements.
+ /// Returns a subsequence containing the elements from the end until
+ /// `predicate` returns `false` and skipping the remaining elements.
19
///
20
/// - Parameter predicate: A closure that takes an element of the
21
/// sequence as its argument and returns `true` if the element should
0 commit comments