From 34545d13b86a81d927aa63027da47f03b8215030 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 27 Oct 2024 12:37:19 +0900 Subject: [PATCH] Update index.adoc --- docs/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 89062a7ad4e..601fd046ad3 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -30,7 +30,7 @@ digraph G { Mill is a fast, scalable, multi-language build tool that supports Java, Scala, and Kotlin. Although the Java compiler is fast and the Java language is easy, -JVM build tools have a reputation for being sluggish and confusing. Mill lets +JVM build tools have a reputation for being sluggish and confusing. Mill aims to let your build system take full advantage of the JVM's performance and usability: * Mill can build the same Java codebase xref:comparisons/maven.adoc[5-10x faster than Maven],