We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700171c commit a4d8454Copy full SHA for a4d8454
src/main/scala/scala/async/Async.scala
@@ -27,7 +27,7 @@ import scala.annotation.compileTimeOnly
27
* }
28
* }}}
29
*
30
- * 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
31
* until after the first. If you need to start tasks in parallel, you must do
32
* so before `await`-ing a result.
33
0 commit comments