Skip to content

Commit 5e3ad02

Browse files
sync: fix a typo in the docs of PollSender::is_closed (#7737)
1 parent 12412af commit 5e3ad02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-util/src/sync/mpsc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ impl<T: Send> PollSender<T> {
200200
result
201201
}
202202

203-
/// Checks whether this sender is been closed.
203+
/// Checks whether this sender is closed.
204204
///
205205
/// The underlying channel that this sender was wrapping may still be open.
206206
pub fn is_closed(&self) -> bool {

0 commit comments

Comments
 (0)