docs: fix typo annonated to annotated (#1790)
This commit is contained in:
parent
cbeb917507
commit
84c1c3f2cd
|
@ -584,7 +584,7 @@ impl<M: Middleware> Multicall<M> {
|
|||
///
|
||||
/// # 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<dyn std::error::Error>> {
|
||||
|
|
Loading…
Reference in New Issue