Bladeren bron

Fix javadoc typo

Lortseam 4 jaren geleden
bovenliggende
commit
862de1ee28
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      lib/src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

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

@@ -180,8 +180,8 @@ public @interface ConfigEntry {
         /**
          * Specifies a custom translation key for this entry's value. If empty, the default key will be used.
          *
-         * <p>The translation must contain a single format specifier of the entry's type, which will be replaced by the
-         * actual value.
+         * <p>The translation must contain a single format specifier of the entry's type, which will be replaced with
+         * the actual value.
          *
          * @return a custom value translation key
          */