Uncapitalize "If"

This commit is contained in:
Matt Kraai
2018-07-11 17:19:41 -07:00
committed by GitHub
parent 4ba5ff4d30
commit e488cba678
+1 -1
View File
@@ -689,7 +689,7 @@ fn inner_unsafe(&self) -> &UnsafeCell<Flavor<T>> {
/// only one [`Receiver`] is supported.
///
/// If the [`Receiver`] is disconnected while trying to [`send`] with the
/// [`Sender`], the [`send`] method will return a [`SendError`]. Similarly, If the
/// [`Sender`], the [`send`] method will return a [`SendError`]. Similarly, if the
/// [`Sender`] is disconnected while trying to [`recv`], the [`recv`] method will
/// return a [`RecvError`].
///