From 6e2051cd084aee3aa5cef0d8ec65fc564f86ed1c Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Tue, 7 Aug 2018 16:39:09 +0200 Subject: Less words better than moar words --- src/libstd/sync/mpsc/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/libstd/sync/mpsc/mod.rs b/src/libstd/sync/mpsc/mod.rs index de553556207..21a6adf5827 100644 --- a/src/libstd/sync/mpsc/mod.rs +++ b/src/libstd/sync/mpsc/mod.rs @@ -1249,8 +1249,8 @@ impl Receiver { /// /// # 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; -- cgit 1.4.1-3-g733a5