sync: fix a typo in the docs of PollSender::is_closed (#7737)

This commit is contained in:
Mattia Pitossi
2025-11-15 18:43:02 +08:00
committed by GitHub
parent 12412afea4
commit 5e3ad02fb1
+1 -1
View File
@@ -200,7 +200,7 @@ impl<T: Send> PollSender<T> {
result
}
/// Checks whether this sender is been closed.
/// Checks whether this sender is closed.
///
/// The underlying channel that this sender was wrapping may still be open.
pub fn is_closed(&self) -> bool {