Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Jun 28, 2024
1 parent d7a8253 commit 367d1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/exex/exex/src/backfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ impl<E: Clone, P: Clone> BackfillJobFactory<E, P> {

/// 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<E, DB, P> {
executor: E,
Expand Down

0 comments on commit 367d1c0

Please sign in to comment.