We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a2bf05 + f4e33a0 commit 4c2273aCopy full SHA for 4c2273a
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