Skip to content

Commit 5d0a4d8

Browse files
authored
Complete doc comment for BlockListener struct (#11092)
1 parent 7fffd14 commit 5d0a4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/anvil/src/tasks/block_listener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::{
77
task::{Context, Poll},
88
};
99

10-
/// A Future that will execute a given `task` for each new block that
10+
/// A Future that will execute a given `task` for each new block that arrives on the stream.
1111
pub struct BlockListener<St, F, Fut> {
1212
stream: St,
1313
task_factory: F,

0 commit comments

Comments
 (0)