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.
2 parents 700171c + a4d8454 commit 93f207fCopy full SHA for 93f207f
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