diff --git a/api/src/main/java/lol/pyr/znpcsplus/api/entity/PropertyHolder.java b/api/src/main/java/lol/pyr/znpcsplus/api/entity/PropertyHolder.java index 1c4fb67..cd10b37 100644 --- a/api/src/main/java/lol/pyr/znpcsplus/api/entity/PropertyHolder.java +++ b/api/src/main/java/lol/pyr/znpcsplus/api/entity/PropertyHolder.java @@ -10,7 +10,7 @@ public interface PropertyHolder { * Method used to get the value of a property from a property holder * * @param key Unique key representing a property - * @return The value associated with the provided property key & this holder + * @return The value associated with the provided property key and this holder * @param The type of the property value */ T getProperty(EntityProperty key);