Skip to content

Commit f4e33a0

Browse files
authored
fix typo in libstd/sync/mpsc/mod.rs docs
1 parent 6af8c6c commit f4e33a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/mpsc/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ impl<T> Receiver<T> {
10671067
Receiver { inner: UnsafeCell::new(inner) }
10681068
}
10691069

1070-
/// Attempts to return a pending value on this receiver without blocking
1070+
/// Attempts to return a pending value on this receiver without blocking.
10711071
///
10721072
/// This method will never block the caller in order to wait for data to
10731073
/// become available. Instead, this will always return immediately with a

0 commit comments

Comments
 (0)