Skip to content

Commit d678369

Browse files
authored
Merge pull request #133 from wsargent/patch-1
Fix a typo
2 parents fefe8de + 407df09 commit d678369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/compat/java8/FutureConverters.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import java.util.function.Consumer
3838
* {{{
3939
* import java.util.concurrent.CompletionStage;
4040
* import scala.concurrent.Future;
41-
* import static scala.concurrent.java8.FutureConverter.*;
41+
* import static scala.concurrent.java8.FutureConverters.*;
4242
*
4343
* final CompletionStage<String> cs = ... // from an async Java API
4444
* final Future<String> f = toScala(cs);

0 commit comments

Comments
 (0)