Skip to content

Commit eb1728b

Browse files
authored
Rollup merge of rust-lang#52277 - kraai:patch-2, r=kennytm
Uncapitalize "If"
2 parents 63cc55b + e488cba commit eb1728b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/mpsc/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ impl<T> UnsafeFlavor<T> for Receiver<T> {
689689
/// only one [`Receiver`] is supported.
690690
///
691691
/// If the [`Receiver`] is disconnected while trying to [`send`] with the
692-
/// [`Sender`], the [`send`] method will return a [`SendError`]. Similarly, If the
692+
/// [`Sender`], the [`send`] method will return a [`SendError`]. Similarly, if the
693693
/// [`Sender`] is disconnected while trying to [`recv`], the [`recv`] method will
694694
/// return a [`RecvError`].
695695
///

0 commit comments

Comments
 (0)