From 876ec8cfb39c60932b99a6985fc86737fb99b85e Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Sun, 30 Jun 2013 12:15:43 -0700 Subject: Fix typos and formatting --- doc/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index b1cb5a8..f509fa6 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -16,7 +16,7 @@ imported. (In a future stable release, these members might be moved to the `scala.async` package object.) A language import to enable macros is not required for users of async/await. -## The async construct +## The `async` Construct The `async` construct has the following signature: @@ -31,7 +31,7 @@ compilation fails. (Similar to how `future { ... }` works.) The body of `async` may contain calls to `await` which is explained next. -## The `await` construct +## The `await` Construct Calling `await` inside the body of an `async` block suspends the evaluation of the `async` block until a given future is completed -- cgit v1.2.3