Merge pull request #2634 from ZacSharp/patch-2

fix typo
This commit is contained in:
Leijurv
2021-04-20 23:13:57 -07:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ public class SchematicaCommand extends Command {
@Override @Override
public List<String> getLongDesc() { public List<String> getLongDesc() {
return Arrays.asList( return Arrays.asList(
"Builds the schematica currently open in Schematica.", "Builds the schematic currently open in Schematica.",
"", "",
"Usage:", "Usage:",
"> schematica" "> schematica"