Skip to content

Commit 3656a89

Browse files
committed
Fix javadoc
1 parent c89d79f commit 3656a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/demonwav/mcdev/annotations/Translatable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* Whether arbitrary argument types are allowed in the translation argument list, if present. If false, the argument
5353
* list must only contain instances of {@linkplain String}, {@linkplain Number}, {@linkplain Boolean} and
5454
* {@code Component}. If true, other argument types are allowed and are converted to strings as if by using
55-
* {@linkplain String.valueOf}.
55+
* {@linkplain String#valueOf}.
5656
*
5757
* <p>If this annotation is used on a class within the {@code net.minecraft} package, and the current Minecraft
5858
* version is less than 23w40a (a snapshot for 1.20.3), then MinecraftDev behaves as if this value is true.

0 commit comments

Comments
 (0)