Rollup merge of #23363 - meqif:master, r=alexcrichton
There was a minor typo in the book's concurrency section (\"recieve\" instead of \"receive\").
This commit is contained in:
commit
911f7fec81
@ -339,7 +339,7 @@ fn main() {
|
||||
});
|
||||
}
|
||||
|
||||
rx.recv().ok().expect("Could not recieve answer");
|
||||
rx.recv().ok().expect("Could not receive answer");
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user