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> impl<Tasks, Builder> Future for EmptyBlockPayloadJob<Tasks, Builder>
where where
Tasks: TaskSpawner + Clone + 'static, Tasks: TaskSpawner + Clone + 'static,

View File

@ -45,7 +45,7 @@ impl CustomRlpxProtoMessage {
message: CustomRlpxProtoMessageKind::PingMessage(msg.into()), message: CustomRlpxProtoMessageKind::PingMessage(msg.into()),
} }
} }
/// Creates a ping message /// Creates a pong message
pub fn pong_message(msg: impl Into<String>) -> Self { pub fn pong_message(msg: impl Into<String>) -> Self {
Self { Self {
message_type: CustomRlpxProtoMessageId::PongMessage, message_type: CustomRlpxProtoMessageId::PongMessage,