From d5efb11f97787ac074b65979e8244c0815253afc Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 14 Jul 2025 23:50:35 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_hints.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index 51505fe6516e3..0900b36eb4c23 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -4390,14 +4390,14 @@ extern "C" {
* - "1": Subsystem information will be logged.
*
* This is generally meant to be used as an environment variable to let
- * end-users report what subsystems were chosen on their system, to aid
- * in debugging. Logged information is sent through SDL_Log(), which
- * means by default they appear on stdout on most platforms or maybe
+ * end-users report what subsystems were chosen on their system, to aid in
+ * debugging. Logged information is sent through SDL_Log(), which means by
+ * default they appear on stdout on most platforms or maybe
* OutputDebugString() on Windows, and can be funneled by the app with
* SDL_SetLogOutputFunction(), etc.
*
- * This hint can be set anytime, but the specific logs are generated
- * during subsystem init.
+ * This hint can be set anytime, but the specific logs are generated during
+ * subsystem init.
*
* \since This hint is available since SDL 3.4.0.
*/