Skip to content

Commit 6e2051c

Browse files
authored
Less words better than moar words
1 parent c574720 commit 6e2051c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/sync/mpsc/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1249,8 +1249,8 @@ impl<T> Receiver<T> {
12491249
///
12501250
/// # Panics
12511251
///
1252-
/// There is currently a known issue with this `recv_timeout` (see [`#39364`])
1253-
/// that causes it to panic unexpectedly with the following example:
1252+
/// There is currently a known issue (see [`#39364`]) that causes `recv_timeout`
1253+
/// to panic unexpectedly with the following example:
12541254
///
12551255
/// ```no_run
12561256
/// use std::sync::mpsc::channel;

0 commit comments

Comments
 (0)