Skip to content

Commit 6971c8f

Browse files
authored
Update README.md (#134)
Insert a forgotten word.
1 parent f1581d0 commit 6971c8f

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
@@ -66,7 +66,7 @@ This package is the home for these APIs. Development and API design take place o
6666

6767
Each algorithm has specific behavioral effects. For throwing effects these can either be if the sequence throws, does not throw, or rethrows errors. Sendability effects in some asynchronous sequences are conditional whereas others require the composed parts to all be sendable to satisfy a requirement of `Sendable`. The effects are [listed here](https://github.com/apple/swift-async-algorithms/blob/main/Guides/Effects.md).
6868

69-
## Adding Swift Algorithms as a Dependency
69+
## Adding Swift Async Algorithms as a Dependency
7070

7171
To use the `AsyncAlgorithms` library in a SwiftPM project,
7272
add the following line to the dependencies in your `Package.swift` file:

0 commit comments

Comments
 (0)