1
Fork 0

Fix typos in doc

This commit is contained in:
Felix Raimundo 2017-05-10 10:44:58 +02:00
parent 202086e48f
commit fe7b6db39b

View file

@ -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