Fix typos in doc
This commit is contained in:
parent
202086e48f
commit
fe7b6db39b
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ impl Builder {
|
|||
/// handler.join().unwrap();
|
||||
/// ```
|
||||
///
|
||||
/// As mentionned in the module documentation, threads are usualy made to
|
||||
/// As mentioned in the module documentation, threads are usually made to
|
||||
/// communicate using [`channels`], here is how it usually looks.
|
||||
///
|
||||
/// This example also shows how to use `move`, in order to give ownership
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue