From 30fdfb1aa173a8362e3a5bf19a4e309341f3ee19 Mon Sep 17 00:00:00 2001 From: Pedro <3602279+Doc94@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:47:07 -0300 Subject: [PATCH] [ci skip] Fix docs for DamageResistant (#11992) --- .../io/papermc/paper/datacomponent/item/DamageResistant.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-api/src/main/java/io/papermc/paper/datacomponent/item/DamageResistant.java b/paper-api/src/main/java/io/papermc/paper/datacomponent/item/DamageResistant.java index 6cbd73cb2..384098ea5 100644 --- a/paper-api/src/main/java/io/papermc/paper/datacomponent/item/DamageResistant.java +++ b/paper-api/src/main/java/io/papermc/paper/datacomponent/item/DamageResistant.java @@ -21,9 +21,9 @@ public interface DamageResistant { } /** - * The types that this damage type is invincible tp. + * The types that this damage type is invincible to. * - * @return item + * @return the key of the tag holding the respective damage types. */ @Contract(value = "-> new", pure = true) TagKey types();