From d8c679416b31008bcafa0cb8712287d594ff165c Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sat, 4 Jan 2025 19:04:41 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_tray.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/SDL3/SDL_tray.h b/include/SDL3/SDL_tray.h
index 99fbcb0e20ba0..77f3d0836d53c 100644
--- a/include/SDL3/SDL_tray.h
+++ b/include/SDL3/SDL_tray.h
@@ -228,9 +228,9 @@ extern SDL_DECLSPEC SDL_TrayMenu *SDLCALL SDL_GetTraySubmenu(SDL_TrayEntry *entr
* \param menu The menu to get entries from.
* \param size An optional pointer to obtain the number of entries in the
* menu.
- * \returns a NULL-terminated list of entries within the given menu. The pointer
- * becomes invalid when any function that inserts or deletes entries in
- * the menu is called.
+ * \returns a NULL-terminated list of entries within the given menu. The
+ * pointer becomes invalid when any function that inserts or deletes
+ * entries in the menu is called.
*
* \since This function is available since SDL 3.2.0.
*