swift-async-algorithms
swift-async-algorithms copied to clipboard
Documentation for interspersed(with:) contains a bad link
https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Intersperse.md has its "Source" link as https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncInterspersedSequence.swift, which is a 404. It appears the file has been moved to https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift and the documentation was not updated.