Skip to content

Commit

Permalink
fix typo in libstd/sync/mpsc/mod.rs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seeekr committed May 18, 2017
1 parent 6af8c6c commit f4e33a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sync/mpsc/mod.rs
Expand Up @@ -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
Expand Down

0 comments on commit f4e33a0

Please sign in to comment.