fix typo in libstd/sync/mpsc/mod.rs docs

This commit is contained in:
Denis Andrejew 2017-05-18 08:45:18 +02:00 committed by GitHub
parent 6af8c6c7d1
commit f4e33a011e

View file

@ -1067,7 +1067,7 @@ impl<T> Receiver<T> {
Receiver { inner: UnsafeCell::new(inner) }
}
/// Attempts to return a pending value on this receiver without blocking
/// Attempts to return a pending value on this receiver without blocking.
///
/// This method will never block the caller in order to wait for data to
/// become available. Instead, this will always return immediately with a