Fix a typo in the documentation.
This commit is contained in:
parent
766a4e1acc
commit
cb02f366dc
@ -339,7 +339,7 @@ fn main() {
|
||||
});
|
||||
}
|
||||
|
||||
rx.recv().ok().expect("Could not recieve answer");
|
||||
rx.recv().ok().expect("Could not receive answer");
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user