diff options
| author | Matt Kraai <kraai@ftbfs.org> | 2018-07-11 17:19:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-11 17:19:41 -0700 |
| commit | e488cba6784eebc36b9869239b729a4e41048d3f (patch) | |
| tree | 341373c6bda1af77a400c5973aa795e3e7aba96c /src/libstd/sync/mpsc/mod.rs | |
| parent | 4ba5ff4d3020ed0de7da8f976204342a2102fdf1 (diff) | |
| download | rust-e488cba6784eebc36b9869239b729a4e41048d3f.tar.gz rust-e488cba6784eebc36b9869239b729a4e41048d3f.zip | |
Uncapitalize "If"
Diffstat (limited to 'src/libstd/sync/mpsc/mod.rs')
| -rw-r--r-- | src/libstd/sync/mpsc/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sync/mpsc/mod.rs b/src/libstd/sync/mpsc/mod.rs index 2dd3aebe610..cbda5afadcd 100644 --- a/src/libstd/sync/mpsc/mod.rs +++ b/src/libstd/sync/mpsc/mod.rs @@ -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`]. /// |
