Skip to content

Commit 26111a6

Browse files
authored
Fix broken documentation links in Interspersed guide (#371)
1 parent daf3c0d commit 26111a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Intersperse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Places a given value in between each element of the asynchronous sequence.
44

5-
[[Source](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncInterspersedSequence.swift) |
6-
[Tests](https://github.com/apple/swift-async-algorithms/blob/main/Tests/AsyncAlgorithmsTests/TestInterspersed.swift)]
5+
[[Source](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift) |
6+
[Tests](https://github.com/apple/swift-async-algorithms/blob/main/Tests/AsyncAlgorithmsTests/Interspersed/TestInterspersed.swift)]
77

88
```swift
99
let numbers = [1, 2, 3].async.interspersed(with: 0)

0 commit comments

Comments
 (0)