Skip to content

Commit c574720

Browse files
authored
Rephrase
1 parent b1f47aa commit c574720

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 function ([`#39364`]) that
1253-
/// causes `recv_timeout` to panic unexpectedly with the following example:
1252+
/// There is currently a known issue with this `recv_timeout` (see [`#39364`])
1253+
/// that causes it to panic unexpectedly with the following example:
12541254
///
12551255
/// ```no_run
12561256
/// use std::sync::mpsc::channel;

0 commit comments

Comments
 (0)