SDL: Relax, it's not that exciting :)

From 30d93fb29be4f72e7411df8a8f022e814c721a0a Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 24 Apr 2024 09:19:38 -0700
Subject: [PATCH] Relax, it's not that exciting :)

---
 include/SDL3/SDL_events.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h
index 9900e092bb620..26c5dd2c49eb0 100644
--- a/include/SDL3/SDL_events.h
+++ b/include/SDL3/SDL_events.h
@@ -348,7 +348,7 @@ typedef struct SDL_TextInputEvent
     Uint32 reserved;
     Uint64 timestamp;   /**< In nanoseconds, populated using SDL_GetTicksNS() */
     SDL_WindowID windowID; /**< The window with keyboard focus, if any */
-    char *text;         /**< The input text, UTF-8 encoded! */
+    char *text;         /**< The input text, UTF-8 encoded */
 } SDL_TextInputEvent;
 
 /**