diff --git a/crates/exex/exex/src/backfill.rs b/crates/exex/exex/src/backfill.rs index 61ed580f55e8..c1814e5a081e 100644 --- a/crates/exex/exex/src/backfill.rs +++ b/crates/exex/exex/src/backfill.rs @@ -49,8 +49,8 @@ impl BackfillJobFactory { /// Backfill job started for a specific range. /// -/// It implements [`Iterator`] that executes blocks in batches and yields -/// [notifications](`crate::ExExNotification)s. +/// It implements [`Iterator`] that executes blocks in batches according to the provided thresholds +/// and yields [`Chain`] #[derive(Debug)] pub struct BackfillJob { executor: E,