We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe74ead commit 139c342Copy full SHA for 139c342
src/main/scala/scala/async/internal/FutureSystem.scala
@@ -18,7 +18,7 @@ import scala.reflect.macros.whitebox
18
/**
19
* An abstraction over a future system.
20
*
21
- * Used by the macro implementations in [[scala.async.AsyncBase]] to
+ * Used by the macro implementations in [[scala.async.internal.AsyncBase]] to
22
* customize the code generation.
23
24
* The API mirrors that of `scala.concurrent.Future`, see the instance
0 commit comments