We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af8c6c commit f4e33a0Copy full SHA for f4e33a0
src/libstd/sync/mpsc/mod.rs
@@ -1067,7 +1067,7 @@ impl<T> Receiver<T> {
1067
Receiver { inner: UnsafeCell::new(inner) }
1068
}
1069
1070
- /// Attempts to return a pending value on this receiver without blocking
+ /// Attempts to return a pending value on this receiver without blocking.
1071
///
1072
/// This method will never block the caller in order to wait for data to
1073
/// become available. Instead, this will always return immediately with a
0 commit comments