git » sdk » commit d350811

Fix comment

author Stephen Paul Weber
2024-11-12 04:25:07 UTC
committer Stephen Paul Weber
2024-11-12 04:25:07 UTC
parent aec96e03a99974e917a0ab4ca30eca2de3f24a6f

Fix comment

snikket/Chat.hx +1 -1

diff --git a/snikket/Chat.hx b/snikket/Chat.hx
index 6ae69d5..3a22dd5 100644
--- a/snikket/Chat.hx
+++ b/snikket/Chat.hx
@@ -305,7 +305,7 @@ abstract class Chat {
 	}
 
 	/**
-		Unblock this chat so it will not open again
+		Unblock this chat so it will open again
 	**/
 	public function unblock(onServer: Bool): Void {
 		isBlocked = false;