Skip to content

Commit

Permalink
Less words better than moar words
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrabe committed Aug 7, 2018
1 parent c574720 commit 6e2051c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/sync/mpsc/mod.rs
Expand Up @@ -1249,8 +1249,8 @@ impl<T> Receiver<T> {
///
/// # Panics
///
/// There is currently a known issue with this `recv_timeout` (see [`#39364`])
/// that causes it to panic unexpectedly with the following example:
/// There is currently a known issue (see [`#39364`]) that causes `recv_timeout`
/// to panic unexpectedly with the following example:
///
/// ```no_run
/// use std::sync::mpsc::channel;
Expand Down

0 comments on commit 6e2051c

Please sign in to comment.