fix typo in libstd/sync/mpsc/mod.rs docs
This commit is contained in:
parent
6af8c6c7d1
commit
f4e33a011e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue