Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit d930f1c

Browse files
authored
fix: Fix broken syntax for MiniMessageTranslator code example
1 parent 300a189 commit d930f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/minimessage/translator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For an example of how to create your own ``MiniMessageTranslator``, see the belo
1919

2020
.. code:: java
2121
22-
public class MyMiniMessageTranslator extends MiniMessageTranslator() {
22+
public class MyMiniMessageTranslator extends MiniMessageTranslator {
2323
2424
public MyMiniMessageTranslator() {
2525
// By default, the standard MiniMessage instance will be used.

0 commit comments

Comments
 (0)