Skip to content

Commit

Permalink
fix typo in README.md (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: chien guo <chien-guo@qq.com>
  • Loading branch information
chienguo and chien guo authored Jun 30, 2022
1 parent 7dba82d commit 95b3d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async fn fetch() -> Result<String> {
#[tokio::main]
async fn main() -> Result<()> {
let content = fetch.retry(ExponentialBackoff::default()).await?;
println!("fetch succeeded: {}", contet);
println!("fetch succeeded: {}", content);

Ok(())
}
Expand Down

0 comments on commit 95b3d03

Please sign in to comment.