Skip to content

Commit 168ad76

Browse files
authored
Update README.md with errata
1 parent 5e117d2 commit 168ad76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ With the following software and hardware list you can run all code files present
5151
* Page 11 (Paragraph 2, line 2): **230 orders** _should be_ **175 orders**
5252
* Page 11 (Paragraph 2, line 3): **460 beers** _should be_ **350 beers**
5353
* Page 152 (Paragraph 3, line 1): **we** _should be_ **We**
54+
* Page 163 (Paragraph 2, line 1): **Now we have two `coroutine/wait` functions. `async_main` stores a set of coroutines created by `read_request` in a `Vec<T: Future>`.** _should be_ **Now we have two `coroutine/wait` functions. `async_main` stores a set of coroutines created by `request` in a `Vec<T: Future>`.**
5455
* Page 163 (Paragraph 4, line 2): **The next `coroutine/wait` function is `read_requests`** _should be_ **The next `coroutine/wait` function is `requests`**
5556
* Page 17 (Paragraph 3, line 2): **dye** _should be_ **die**
5657

0 commit comments

Comments
 (0)