docs: fix typo annonated to annotated (#1790)

This commit is contained in:
Todsaporn Banjerdkit 2022-10-17 20:59:03 +07:00 committed by GitHub
parent cbeb917507
commit 84c1c3f2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ impl<M: Middleware> Multicall<M> {
/// ///
/// # Examples /// # Examples
/// ///
/// The return type must be annonated while calling this method: /// The return type must be annotated while calling this method:
/// ///
/// ```no_run /// ```no_run
/// # async fn foo() -> Result<(), Box<dyn std::error::Error>> { /// # async fn foo() -> Result<(), Box<dyn std::error::Error>> {