Skip to content

Commit 3496e9d

Browse files
Scala Native what's next blog post correct import
1 parent 6260faf commit 3496e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2017-05-26-whats-new-scala-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ We've added support for IO and regular expressions, among others:
5353
JVM:
5454

5555
```scala
56-
import java.util.concurrent.Future
56+
import scala.concurrent.Future
5757
import scala.concurrent.ExecutionContext.Implicits.global
5858

5959
object Test {

0 commit comments

Comments
 (0)