Skip to content

Commit 92a8d26

Browse files
committed
Coroutine
1 parent e42f492 commit 92a8d26

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
@@ -1135,7 +1135,7 @@ Coroutine
11351135
* **If you built a collection of simple data processing components, you can glue them together into complex arrangements of pipes, branches, merging, etc.**
11361136

11371137
### Helper Decorator
1138-
* **All coroutines must be "primed" by first calling next()**
1138+
* **All coroutines must be "primed" by first calling next().**
11391139
* **Remembering to call next() is easy to forget.**
11401140
* **Solved by wrapping coroutines with a decorator:**
11411141

0 commit comments

Comments
 (0)