Skip to content

Commit 876ec8c

Browse files
committed
Fix typos and formatting
1 parent f41769c commit 876ec8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ imported. (In a future stable release, these members might be moved
1616
to the `scala.async` package object.) A language import to enable
1717
macros is not required for users of async/await.
1818

19-
## The async construct
19+
## The `async` Construct
2020

2121
The `async` construct has the following signature:
2222

@@ -31,7 +31,7 @@ compilation fails. (Similar to how `future { ... }` works.)
3131

3232
The body of `async` may contain calls to `await` which is explained next.
3333

34-
## The `await` construct
34+
## The `await` Construct
3535

3636
Calling `await` inside the body of an `async` block suspends the
3737
evaluation of the `async` block until a given future is completed

0 commit comments

Comments
 (0)