docs(reth-engine-tree): slightly improve inline docs (#10561)

This commit is contained in:
frostburn
2024-08-27 03:22:57 -07:00
committed by GitHub
parent 69e5a8587b
commit 1d07ff72e9
2 changed files with 12 additions and 5 deletions

View File

@@ -131,7 +131,7 @@ where
/// type via [`EngineRequestHandler::on_event`]. This type is responsible for processing the
/// incoming requests and advancing the chain and emit events when it is polled.
pub trait EngineRequestHandler: Send + Sync {
/// Even type this handler can emit
/// Event type this handler can emit
type Event: Send;
/// The request type this handler can process.
type Request;
@@ -210,7 +210,7 @@ where
}
}
/// The type for specify which is kind of engine api
/// The type for specifying the kind of engine api
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum EngineApiKind {
/// The chain contains Ethereum configuration.