Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _overviews/tutorials/scala-for-java-programmers.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ French-speaking part of Switzerland use the same conventions.)

Java's class libraries define powerful utility classes, such as
`Date` and `DateFormat`. Since Scala interoperates
seemlessly with Java, there is no need to implement equivalent
seamlessly with Java, there is no need to implement equivalent
classes in the Scala class library--we can simply import the classes
of the corresponding Java packages:

Expand Down