Skip to content

Commit be36e25

Browse files
committed
Update README.md
1 parent 5e54fe5 commit be36e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## scala-java8-compat [<img src="https://api.travis-ci.org/scala/scala-java8-compat.png"/>](https://travis-ci.org/scala/scala-java8-compat)
22

3-
A Java 8 compatibility Kit for Scala.
3+
A Java 8 compatibility kit for Scala.
44

55
### Functional Interfaces for Scala functions
66

@@ -58,4 +58,4 @@ public interface JFunction1$mcII$sp extends JFunction1 {
5858

5959
default Object apply(Object s) { return (Integer) apply$mcII$sp((Integer) s); }
6060
}
61-
```
61+
```

0 commit comments

Comments
 (0)