diff --git a/src/main/java/ru/bclib/config/NamedPathConfig.java b/src/main/java/ru/bclib/config/NamedPathConfig.java index 3dedc87d..b7ce4404 100644 --- a/src/main/java/ru/bclib/config/NamedPathConfig.java +++ b/src/main/java/ru/bclib/config/NamedPathConfig.java @@ -162,7 +162,7 @@ public class NamedPathConfig extends PathConfig{ * * @param what The Option you want to get * @param The Type of the Option - * @return The Value of the Option (without checking the {@link DependendConfigToken)): + * @return The Value of the Option (without checking the {@link DependendConfigToken}): */ public T getRaw(ConfigToken what){ return _get(what, true);