Skip to content

Commit 1f34195

Browse files
committed
Aligned headline level with try_join section
1 parent ed022fc commit 1f34195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/06_multiple_futures/02_join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `futures::join` macro makes it possible to wait for multiple different
44
futures to complete while executing them all concurrently.
55

6-
# `join!`
6+
## `join!`
77

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

0 commit comments

Comments
 (0)