From 367d1c0ef26ddb140004f46feabbf10801519f64 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Fri, 28 Jun 2024 12:33:11 +0100 Subject: [PATCH] update comment --- crates/exex/exex/src/backfill.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,