Skip to content

Commit

Permalink
Merge pull request #8 from FineFindus/patch-1
Browse files Browse the repository at this point in the history
docs(README): fix syntax typo
  • Loading branch information
fasterthanlime authored Jul 19, 2024
2 parents 20ae657 + 978384f commit 9077c59
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 @@ -182,7 +182,7 @@ If in another module, we have that code:
let jh = tokio::spawn(async move {
// make yourself wanted
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
println!("Oh hey, you're early!")"
println!("Oh hey, you're early!");
42
});
let answer = jh.await.unwrap();
Expand Down

0 comments on commit 9077c59

Please sign in to comment.