From 2c6174afc929b328fadc4991b16d12f7283c518f Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sat, 10 Mar 2018 11:26:27 -0800 Subject: [PATCH 1/2] further edits to copy on landing page --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 8aeff2129..2772ee07d 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,7 @@ layout: frontpage # Header texts 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, and its fast runtime lets you build efficient, high-performance systems, with easy access to a huge ecosystem of libraries." +headerSubtitle: "Scala combines object-orientation with functional programming into one concise, high-level language. Scala's type system helps avoid bugs in complex applications, and its JVM target lets you build high-performance systems with easy access to a huge ecosystem of libraries." headerButtonTitle: "Learn More" headerButtonUrl: "/what-is-scala/" From 646cbb68846038ed69e66e74e056ba394a694ab9 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 12 Mar 2018 19:17:38 -0700 Subject: [PATCH 2/2] further refine wording on landing page --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 2772ee07d..0f888fe3b 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,7 @@ layout: frontpage # Header texts headerTitle: "The Scala Programming Language" -headerSubtitle: "Scala combines object-orientation with functional programming into one concise, high-level language. Scala's type system helps avoid bugs in complex applications, and its JVM target lets you build high-performance systems with easy access to a huge ecosystem of libraries." +headerSubtitle: "Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries." headerButtonTitle: "Learn More" headerButtonUrl: "/what-is-scala/"