Skip to content

Commit

Permalink
Rollup merge of rust-lang#52277 - kraai:patch-2, r=kennytm
Browse files Browse the repository at this point in the history
Uncapitalize "If"
  • Loading branch information
kennytm committed Jul 12, 2018
2 parents 63cc55b + e488cba commit eb1728b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sync/mpsc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ impl<T> UnsafeFlavor<T> for Receiver<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`].
///
Expand Down

0 comments on commit eb1728b

Please sign in to comment.