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.
1 parent 5e54fe5 commit be36e25Copy full SHA for be36e25
README.md
@@ -1,6 +1,6 @@
1
## scala-java8-compat [<img src="https://api.travis-ci.org/scala/scala-java8-compat.png"/>](https://travis-ci.org/scala/scala-java8-compat)
2
3
-A Java 8 compatibility Kit for Scala.
+A Java 8 compatibility kit for Scala.
4
5
### Functional Interfaces for Scala functions
6
@@ -58,4 +58,4 @@ public interface JFunction1$mcII$sp extends JFunction1 {
58
59
default Object apply(Object s) { return (Integer) apply$mcII$sp((Integer) s); }
60
}
61
-```
+```
0 commit comments