[ci skip] Fix spelling of ignition's word into javadoc (#11864)

This commit is contained in:
Nicolas RAYNAUD
2024-12-29 22:30:51 +01:00
committed by GitHub
parent d00344af65
commit 60edd611f2

View File

@@ -89,7 +89,7 @@ public interface Attribute extends OldEnum<Attribute>, Keyed, Translatable, net.
*/ */
Attribute JUMP_STRENGTH = getAttribute("jump_strength"); 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"); Attribute BURNING_TIME = getAttribute("burning_time");
/** /**