Fix a typo in the documentation.
This commit is contained in:
parent
766a4e1acc
commit
cb02f366dc
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ fn main() {
|
|||
});
|
||||
}
|
||||
|
||||
rx.recv().ok().expect("Could not recieve answer");
|
||||
rx.recv().ok().expect("Could not receive answer");
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue