diff --git a/ethers-contract/src/multicall/mod.rs b/ethers-contract/src/multicall/mod.rs index 2754e819..be81bc2d 100644 --- a/ethers-contract/src/multicall/mod.rs +++ b/ethers-contract/src/multicall/mod.rs @@ -584,7 +584,7 @@ impl Multicall { /// /// # Examples /// - /// The return type must be annonated while calling this method: + /// The return type must be annotated while calling this method: /// /// ```no_run /// # async fn foo() -> Result<(), Box> {