chore: typos (#14330)

This commit is contained in:
Matthias Seitz
2025-02-08 16:06:05 +01:00
committed by GitHub
parent 1c3547cd00
commit d84eab125a
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ where
}
}
/// A [PayloadJob] is a a future that's being polled by the `PayloadBuilderService`
/// A [PayloadJob] is a future that's being polled by the `PayloadBuilderService`
impl<Tasks, Builder> Future for EmptyBlockPayloadJob<Tasks, Builder>
where
Tasks: TaskSpawner + Clone + 'static,