Lortseam пре 4 година
родитељ
комит
e0d50ac31c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

+ 1 - 1
src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

@@ -8,7 +8,7 @@ import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 
 /**
- * Applied to declare that a field is an entry inside the mod's config.
+ * Applied to declare that a field is an entry inside a config.
  * Also contains various options to modify the entry.
  */
 @Target(ElementType.FIELD)