Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The library comes with numerous helper APIs spread across the two Swift stream t

Use `eraseToThrowingStream()` to propagate failures from throwing async sequences.

* Swift 5.9's `makeStream(of:)` functions have been back-ported. It can handy in tests that need
* Swift 5.9's `makeStream(of:)` functions have been back-ported. It can be handy in tests that need
to override a dependency endpoint that returns a stream:

```swift
Expand Down