Skip to content

Commit a980078

Browse files
authored
Apply suggestion from @zlataovce
1 parent 9d150ac commit a980078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/paper/dev/api/event-api/chat-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public Component render(Player source, Component sourceDisplayName, Component me
3939
}
4040
```
4141

42-
- The [](jd:paper:io.papermc.paper.chat.ChatRenderer#render(org.bukkit.entity.Player,net.kyori.adventure.text.Component,net.kyori.adventure.text.Component,net.kyori.adventure.audience.Audience)) method is called when a chat message is sent to the player.
42+
- The [`render`](jd:paper:io.papermc.paper.chat.ChatRenderer#render(org.bukkit.entity.Player,net.kyori.adventure.text.Component,net.kyori.adventure.text.Component,net.kyori.adventure.audience.Audience)) method is called when a chat message is sent to the player.
4343
- The `source` parameter is the player that sent the message.
4444
- The `sourceDisplayName` parameter is the display name of the player that sent the message.
4545
- The `message` parameter is the message that was sent.

0 commit comments

Comments
 (0)