Skip to content

Commit a4d8454

Browse files
committed
Typo
1 parent 700171c commit a4d8454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/async/Async.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import scala.annotation.compileTimeOnly
2727
* }
2828
* }}}
2929
*
30-
* Note that the in the following program, the second fetch does *not* start
30+
* Note that in the following program, the second fetch does *not* start
3131
* until after the first. If you need to start tasks in parallel, you must do
3232
* so before `await`-ing a result.
3333
*

0 commit comments

Comments
 (0)