chore: correct the comments (#14339)

This commit is contained in:
Fallengirl
2025-02-10 19:32:36 +01:00
committed by GitHub
parent fe322379ff
commit 731b771fa2
7 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@ use alloy_eips::eip4895::Withdrawal;
use alloy_primitives::B256;
use alloy_rpc_types_engine::ExecutionPayload;
/// Either an [`ExecutionPayload`] or a types that implements the [`PayloadAttributes`] trait.
/// Either an [`ExecutionPayload`] or a type that implements the [`PayloadAttributes`] trait.
///
/// This is a helper type to unify pre-validation of version specific fields of the engine API.
#[derive(Debug)]