Skip to content

Commit fe7b6db

Browse files
author
Felix Raimundo
committed
Fix typos in doc
1 parent 202086e commit fe7b6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ impl Builder {
412412
/// handler.join().unwrap();
413413
/// ```
414414
///
415-
/// As mentionned in the module documentation, threads are usualy made to
415+
/// As mentioned in the module documentation, threads are usually made to
416416
/// communicate using [`channels`], here is how it usually looks.
417417
///
418418
/// This example also shows how to use `move`, in order to give ownership

0 commit comments

Comments
 (0)