Skip to content

Commit 4273835

Browse files
authored
Merge pull request #2624 from ole/patch-12
[SE-0314] Fix typo
2 parents 45cf74d + df4ff72 commit 4273835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0314-async-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Alternatively if a source is just an async function (one that represents a backp
135135

136136
### Creating an `AsyncThrowingStream`
137137

138-
Along with the potentially infinite sequence in the example above, `AsyncSeries` can also adapt APIs like the slightly contrived one below. The `findVegetables` function uses callback closures that are called with each retrieved vegetable, as well as when the vegetables have all been returned or an error occurs.
138+
Along with the potentially infinite sequence in the example above, `AsyncThrowingStream` can also adapt APIs like the slightly contrived one below. The `findVegetables` function uses callback closures that are called with each retrieved vegetable, as well as when the vegetables have all been returned or an error occurs.
139139

140140
```swift
141141
func buyVegetables(

0 commit comments

Comments
 (0)