Skip to content

Commit cb2998b

Browse files
khyzhunqwwdfsad
authored andcommitted
Update coroutines-guide.md
1 parent a44bbb2 commit cb2998b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coroutines-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ multiple CPU cores if you run it in [CommonPool] context.
15041504

15051505
Anyway, this is an extremely impractical way to find prime numbers. In practice, pipelines do involve some
15061506
other suspending invocations (like asynchronous calls to remote services) and these pipelines cannot be
1507-
built using `buildSeqeunce`/`buildIterator`, because they do not allow arbitrary suspension, unlike
1507+
built using `buildSequence`/`buildIterator`, because they do not allow arbitrary suspension, unlike
15081508
`produce`, which is fully asynchronous.
15091509

15101510
### Fan-out

0 commit comments

Comments
 (0)