[ci skip] fix typo in AttributeInstance (#12843)

This commit is contained in:
Clexus 2025-07-14 23:57:12 +08:00 committed by GitHub
parent d9b5003fa1
commit bda84069b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ public interface AttributeInstance {
/** /**
* Gets the modifier with the corresponding key. * Gets the modifier with the corresponding key.
* *
* @param key the jey of the modifier * @param key the key of the modifier
* @return the modifier, if it exists * @return the modifier, if it exists
*/ */
@org.jetbrains.annotations.Nullable AttributeModifier getModifier(@NotNull net.kyori.adventure.key.Key key); @org.jetbrains.annotations.Nullable AttributeModifier getModifier(@NotNull net.kyori.adventure.key.Key key);