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 9db3120 commit 656efcdCopy full SHA for 656efcd
src/libstd/thread/mod.rs
@@ -400,7 +400,7 @@ impl Builder {
400
///
401
/// # Examples
402
403
-/// Simple thread creation.
+/// Creating a thread.
404
405
/// ```
406
/// use std::thread;
@@ -413,7 +413,7 @@ impl Builder {
413
414
415
/// As mentionned in the module documentation, threads are usualy made to
416
-/// communicate using [`channel`s][`channels`], here is how it usually looks.
+/// communicate using [`channels`], here is how it usually looks.
417
418
/// This example also shows how to use `move`, in order to give ownership
419
/// of values to a thread.
0 commit comments