We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44bbb2 commit cb2998bCopy full SHA for cb2998b
coroutines-guide.md
@@ -1504,7 +1504,7 @@ multiple CPU cores if you run it in [CommonPool] context.
1504
1505
Anyway, this is an extremely impractical way to find prime numbers. In practice, pipelines do involve some
1506
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
+built using `buildSequence`/`buildIterator`, because they do not allow arbitrary suspension, unlike
1508
`produce`, which is fully asynchronous.
1509
1510
### Fan-out
0 commit comments