Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-11-12 16:09:07 -08:00
parent c2a13b4ca6
commit 265c852f14
12 changed files with 29 additions and 19 deletions

View file

@ -104,7 +104,7 @@ public class ReadingTimeBuild extends Project {
new ReadingTimeBuild().start(args);
}
@BuildCommand(summary = "Compilez the Kotlin project")
@BuildCommand(summary = "Compiles the Kotlin project")
@Override
public void compile() throws IOException {
new CompileKotlinOperation()