From 84c1c3f2cd46bdbad8bfc64e0e215f1977a8d884 Mon Sep 17 00:00:00 2001 From: Todsaporn Banjerdkit Date: Mon, 17 Oct 2022 20:59:03 +0700 Subject: [PATCH] docs: fix typo annonated to annotated (#1790) --- ethers-contract/src/multicall/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> {