Skip to content

Commit

Permalink
Update src/part-guide/adv-async-await.md
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Cross <[email protected]>
  • Loading branch information
nrc and traviscross authored Nov 18, 2024
1 parent 1f6818a commit 80d0d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/part-guide/adv-async-await.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async fn test_something() {

There are many ways to configure the test, see the [docs](https://docs.rs/tokio/latest/tokio/attr.test.html) for details.

There are some more advanced topics in testing async code (e.g., testing for race conditions, deadlock, etc.) and we'll cover some of those [later]() in this guide.
There are some more advanced topics in testing async code (e.g., testing for race conditions, deadlock, etc.), and we'll cover some of those [later]() in this guide.


## Blocking and cancellation
Expand Down

0 comments on commit 80d0d6e

Please sign in to comment.