Skip to content

Commit 656efcd

Browse files
author
Felix Raimundo
committed
Address review comments
1 parent 9db3120 commit 656efcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/thread/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ impl Builder {
400400
///
401401
/// # Examples
402402
///
403-
/// Simple thread creation.
403+
/// Creating a thread.
404404
///
405405
/// ```
406406
/// use std::thread;
@@ -413,7 +413,7 @@ impl Builder {
413413
/// ```
414414
///
415415
/// As mentionned in the module documentation, threads are usualy made to
416-
/// communicate using [`channel`s][`channels`], here is how it usually looks.
416+
/// communicate using [`channels`], here is how it usually looks.
417417
///
418418
/// This example also shows how to use `move`, in order to give ownership
419419
/// of values to a thread.

0 commit comments

Comments
 (0)