git » sdk » commit 40893d4

Fix some comments

author Stephen Paul Weber
2026-04-21 02:49:27 UTC
committer Stephen Paul Weber
2026-04-21 02:49:27 UTC
parent af3c0c077c03943768e6591a76b4d5b6f2a1b72f

Fix some comments

borogove/Chat.hx +2 -2

diff --git a/borogove/Chat.hx b/borogove/Chat.hx
index 98e81a7..65f3706 100644
--- a/borogove/Chat.hx
+++ b/borogove/Chat.hx
@@ -235,8 +235,8 @@ abstract class Chat {
 	/**
 		Correct an already-send message by replacing it with a new one
 
-		@param localId the ChatMessage to correct
-		@param message the new ChatMessage to replace it with
+		@param correct the ChatMessage to correct
+		@param message the new ChatMessageBuilder to replace it with
 	**/
 	abstract public function correctMessage(correct:ChatMessage, message:ChatMessageBuilder):Void;