diff options
-rw-r--r-- | src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java b/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java index ac08ae6..8de8567 100644 --- a/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java +++ b/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java @@ -484,7 +484,7 @@ public class WWidget { } /** - * Sets the {@link ##hoveredProperty()} hovered} property. + * Sets the {@link #hoveredProperty() hovered} property. * * @param hovered the new value; true if hovered, false otherwise * @since 4.2.0 |