From a4d8454cfa0b0c2102766a5bded267583797f63d Mon Sep 17 00:00:00 2001 From: Bruno Bieth Date: Tue, 18 Aug 2015 17:19:25 +0200 Subject: Typo --- src/main/scala/scala/async/Async.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/scala/async/Async.scala b/src/main/scala/scala/async/Async.scala index 0bba6ed..e9cd6c4 100644 --- a/src/main/scala/scala/async/Async.scala +++ b/src/main/scala/scala/async/Async.scala @@ -27,7 +27,7 @@ import scala.annotation.compileTimeOnly * } * }}} * - * Note that the in the following program, the second fetch does *not* start + * Note that in the following program, the second fetch does *not* start * until after the first. If you need to start tasks in parallel, you must do * so before `await`-ing a result. * -- cgit v1.2.3