We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96734ae + ddcec08 commit 423d810Copy full SHA for 423d810
src/libstd/thread/mod.rs
@@ -576,7 +576,7 @@ pub fn current() -> Thread {
576
/// Thus the pattern of `yield`ing after a failed poll is rather common when
577
/// implementing low-level shared resources or synchronization primitives.
578
///
579
-/// However programmers will usually prefer to use, [`channel`]s, [`Condvar`]s,
+/// However programmers will usually prefer to use [`channel`]s, [`Condvar`]s,
580
/// [`Mutex`]es or [`join`] for their synchronization routines, as they avoid
581
/// thinking about thread scheduling.
582
0 commit comments