Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Apr 12, 2024
1 parent 915e72d commit 2ca84c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node-builder/src/components/builder.rs
Expand Up @@ -168,7 +168,7 @@ impl Default for ComponentsBuilder<(), (), (), ()> {
/// Implementors of this trait are responsible for building all the components of the node: See
/// [NodeComponents].
///
/// The [ComponentsBuilder](crate::components::builder::ComponentsBuilder) is a generic
/// The [ComponentsBuilder] is a generic
/// implementation of this trait that can be used to customize certain components of the node using
/// the builder pattern and defaults, e.g. Ethereum and Optimism.
pub trait NodeComponentsBuilder<Node: FullNodeTypes> {
Expand Down

0 comments on commit 2ca84c4

Please sign in to comment.