Skip to content

Commit c9e1a62

Browse files
committed
docs: remove sentence about overlaps in README
1 parent 85e6ad2 commit c9e1a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**AsyncExtensions** provides a collection of operators that intends to ease the creation and combination of `AsyncSequences`.
1111

12-
**AsyncExtensions** can be seen as a companion to Apple [swift-async-algorithms](https://github.com/apple/swift-async-algorithms). For now there is an overlap between both libraries, but when **swift-async-algorithms** becomes stable the overlapping operators while be deprecated in **AsyncExtensions**. Nevertheless **AsyncExtensions** will continue to provide the operators that the community needs and are not provided by Apple.
12+
**AsyncExtensions** can be seen as a companion to Apple [swift-async-algorithms](https://github.com/apple/swift-async-algorithms), which provides operators that the community needs and are not provided by Apple.
1313

1414
## Adding AsyncExtensions as a Dependency
1515

0 commit comments

Comments
 (0)