We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202086e commit fe7b6dbCopy full SHA for fe7b6db
src/libstd/thread/mod.rs
@@ -412,7 +412,7 @@ impl Builder {
412
/// handler.join().unwrap();
413
/// ```
414
///
415
-/// As mentionned in the module documentation, threads are usualy made to
+/// As mentioned in the module documentation, threads are usually made to
416
/// communicate using [`channels`], here is how it usually looks.
417
418
/// This example also shows how to use `move`, in order to give ownership
0 commit comments