Skip to content

Commit

Permalink
Aligned headline level with try_join section
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk1ty committed Oct 27, 2023
1 parent ed022fc commit 1f34195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/06_multiple_futures/02_join.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `futures::join` macro makes it possible to wait for multiple different
futures to complete while executing them all concurrently.

# `join!`
## `join!`

When performing multiple asynchronous operations, it's tempting to simply
`.await` them in a series:
Expand Down

0 comments on commit 1f34195

Please sign in to comment.