SDL: Sync SDL3 wiki -> header (466ab)

From 466ab45722c214612d57d84da2742651a4e0457c Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 8 Mar 2026 23:13:12 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_hints.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index 95d54dbc693c1..4ac405d243661 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -4558,7 +4558,8 @@ extern "C" {
  *
  * This enables the window to still receive input even if not in foreground.
  *
- * Focused windows that receive text input will still prevent input events from triggering.
+ * Focused windows that receive text input will still prevent input events
+ * from triggering.
  *
  * - "0": Input is not received when not in focus or foreground. (default)
  * - "1": Input will be received even when not in focus or foreground.