Skip to content
Merged
Changes from 6 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
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: frontpage

# Header texts
headerTitle: "Object-Oriented Meets Functional"
headerSubtitle: "Have the best of both worlds. Construct elegant class hierarchies for maximum code reuse and extensibility, implement their behavior using higher-order functions. Or anything in-between."
headerTitle: "The Scala Programming Language"
headerSubtitle: "Scala is a concise high-level programming language. Scala's compiler helps you avoid bugs when writing complex applications, its fast runtime lets you build building efficient, high-performance systems, with easy access to a huge ecosystem of libraries."

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build building -> build

headerButtonTitle: "Learn More"
headerButtonUrl: "/what-is-scala/"

Expand Down