Skip to content

Commit f12f6b9

Browse files
committed
Coroutine
1 parent 8221fe4 commit f12f6b9

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
@@ -1573,7 +1573,7 @@ Coroutine
15731573
---------
15741574
* **Similar to generator, but generator pulls data through the pipe with iteration, while coroutine pushes data into the pipeline with send().**
15751575
* **Coroutines provide more powerful data routing possibilities than iterators.**
1576-
* **If you built a collection of simple data processing components, you can glue them together into complex arrangements of pipes, branches, merging, etc.**
1576+
* **If you build a collection of simple data processing components, you can glue them together into complex arrangements of pipes, branches, merging, etc.**
15771577

15781578
### Helper Decorator
15791579
* **All coroutines must be "primed" by first calling next().**

0 commit comments

Comments
 (0)