We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63cc55b + e488cba commit eb1728bCopy full SHA for eb1728b
src/libstd/sync/mpsc/mod.rs
@@ -689,7 +689,7 @@ impl<T> UnsafeFlavor<T> for Receiver<T> {
689
/// only one [`Receiver`] is supported.
690
///
691
/// If the [`Receiver`] is disconnected while trying to [`send`] with the
692
-/// [`Sender`], the [`send`] method will return a [`SendError`]. Similarly, If the
+/// [`Sender`], the [`send`] method will return a [`SendError`]. Similarly, if the
693
/// [`Sender`] is disconnected while trying to [`recv`], the [`recv`] method will
694
/// return a [`RecvError`].
695
0 commit comments