From 1701208f3222fad0f0fe8ddf4355db790a3251ba Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 27 Dec 2024 17:25:19 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_hints.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index 028b6e70c1d50..c380d26fd2933 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -2775,9 +2775,9 @@ extern "C" {
* - "1": SDL will send a quit event when the last window is requesting to
* close. (default)
*
- * If there is at least one active system tray icon, SDL_EVENT_QUIT will instead
- * be sent when both the last window will be closed and the last tray icon will
- * be destroyed.
+ * If there is at least one active system tray icon, SDL_EVENT_QUIT will
+ * instead be sent when both the last window will be closed and the last tray
+ * icon will be destroyed.
*
* This hint can be set anytime.
*