Skip to content

Commit

Permalink
chore: typos (#14330)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Feb 8, 2025
1 parent 1c3547c commit d84eab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/custom-payload-builder/src/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl CustomRlpxProtoMessage {
message: CustomRlpxProtoMessageKind::PingMessage(msg.into()),
}
}
/// Creates a ping message
/// Creates a pong message
pub fn pong_message(msg: impl Into<String>) -> Self {
Self {
message_type: CustomRlpxProtoMessageId::PongMessage,
Expand Down

0 comments on commit d84eab1

Please sign in to comment.