From 794237837d14d43edf8d778db8be0c6533b516cc Mon Sep 17 00:00:00 2001 From: zerosnacks Date: Fri, 7 Jun 2024 18:12:16 +0200 Subject: [PATCH] fix typo --- crates/provider/src/provider/trait.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/provider/src/provider/trait.rs b/crates/provider/src/provider/trait.rs index 04e3e5ed0dd0..5585ab5e5304 100644 --- a/crates/provider/src/provider/trait.rs +++ b/crates/provider/src/provider/trait.rs @@ -487,7 +487,7 @@ pub trait Provider: } /// - /// 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. ///