Skip to content

Commit 139c342

Browse files
committed
Fix reference in comment
1 parent fe74ead commit 139c342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/async/internal/FutureSystem.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import scala.reflect.macros.whitebox
1818
/**
1919
* An abstraction over a future system.
2020
*
21-
* Used by the macro implementations in [[scala.async.AsyncBase]] to
21+
* Used by the macro implementations in [[scala.async.internal.AsyncBase]] to
2222
* customize the code generation.
2323
*
2424
* The API mirrors that of `scala.concurrent.Future`, see the instance

0 commit comments

Comments
 (0)