diff --git a/eco-api/src/main/java/com/willfp/eco/core/events/ArmorChangeEvent.java b/eco-api/src/main/java/com/willfp/eco/core/events/ArmorChangeEvent.java index 563f6357..e4c217cd 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/events/ArmorChangeEvent.java +++ b/eco-api/src/main/java/com/willfp/eco/core/events/ArmorChangeEvent.java @@ -10,7 +10,7 @@ import org.jetbrains.annotations.NotNull; import java.util.List; /** - * The armor change event does contain information about the event. + * The armor change event does contain information about the event. *

* Unlike {@link ArmorEquipEvent}, it is called the next tick and contains previous and current armor contents. */