Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Jun 7, 2024
1 parent dca6dd0 commit 7942378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/provider/src/provider/trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ pub trait Provider<T: Transport + Clone = BoxTransport, N: Network = Ethereum>:
}

///
/// This method allows [`ProviderLayer`] and [`TxFiller`] to bulid the
/// This method allows [`ProviderLayer`] and [`TxFiller`] to build the
/// transaction and send it to the network without changing user-facing
/// APIs. Generally implementors should NOT override this method.
///
Expand Down

0 comments on commit 7942378

Please sign in to comment.