Skip to content

Commit 2f38944

Browse files
committed
Fix doc paste mistake
1 parent a22f7c2 commit 2f38944

File tree

1 file changed

+1
-3
lines changed
  • Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides

1 file changed

+1
-3
lines changed

Diff for: Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Lazy.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# AsyncSyncSequence
22

3-
v
3+
This operation is available for all `Sequence` types.
44

55
[[Source](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncSyncSequence.swift) |
66
[Tests](https://github.com/apple/swift-async-algorithms/blob/main/Tests/AsyncAlgorithmsTests/TestLazy.swift)]
77

8-
This operation is available for all `Sequence` types.
9-
108
```swift
119
let numbers = [1, 2, 3, 4].async
1210
let characters = "abcde".async

0 commit comments

Comments
 (0)