#1091: Fix spelling of ignition's word into javadoc

This commit is contained in:
x9nico 2024-12-30 09:18:28 +11:00 committed by md_5
parent ea073278d2
commit 23029a34a0
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -89,7 +89,7 @@ public interface Attribute extends OldEnum<Attribute>, Keyed, Translatable {
*/
Attribute JUMP_STRENGTH = getAttribute("jump_strength");
/**
* How long an entity remains burning after ingition.
* How long an entity remains burning after ignition.
*/
Attribute BURNING_TIME = getAttribute("burning_time");
/**