Skip to content

Commit eadb1cb

Browse files
authored
Add missing word to README.md sentence (#9)
While reading it, I noticed a missing `be` in the sentence.
1 parent 15c0b09 commit eadb1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The library comes with numerous helper APIs spread across the two Swift stream t
8282

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

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

8888
```swift

0 commit comments

Comments
 (0)