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 98b28d9 commit 092b958Copy full SHA for 092b958
Sources/Destructure/README.md
@@ -4,7 +4,7 @@ The `Destructure` module exposes a single extension on the [`Sequence`](https://
4
5
```Swift
6
extension Sequence {
7
- /// - Returns: A tuple containing the `head` and `tail` elements of this sequence, if the this sequence is not empty. Otherwise, `nil`.
+ /// - Returns: A tuple containing the `head` and `tail` elements of this sequence, if this sequence is not empty. Otherwise, `nil`.
8
public var destructured: (Element, AnySequence<Element>)?
9
}
10
```
0 commit comments