Skip to content

Commit 7f23449

Browse files
authored
Merge pull request #852 from lihaoyi/patch-4
Make the front-page title less jargony
2 parents b5c4675 + 3c6c840 commit 7f23449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: frontpage
33

44
# Header texts
5-
headerTitle: "Object-Oriented Meets Functional"
6-
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."
5+
headerTitle: "The Scala Programming Language"
6+
headerSubtitle: "Scala is a concise high-level programming language. Scala's compiler helps you avoid bugs when writing complex applications, and its fast runtime lets you build efficient, high-performance systems, with easy access to a huge ecosystem of libraries."
77
headerButtonTitle: "Learn More"
88
headerButtonUrl: "/what-is-scala/"
99

0 commit comments

Comments
 (0)