[ci-skip] config: Minor comment tweak

This commit is contained in:
William278 2023-03-08 12:55:43 +00:00
parent 7abf085734
commit 10ec3831d4

View File

@ -38,7 +38,7 @@ public class Settings {
private boolean fallbackEnabled = true;
@Getter
@YamlKey("fallback_group")
@YamlComment("The format to use for the fallback group.")
@YamlComment("The formats to use for the fallback group.")
private String fallbackGroup = "default";
@YamlKey("enable_papi_hook")
private boolean enablePapiHook = true;