From 2668558c5c6b78f8ea548e09ceba56753640393d Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sat, 19 Oct 2024 17:21:09 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_messagebox.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/SDL3/SDL_messagebox.h b/include/SDL3/SDL_messagebox.h
index ff22baf94e01c..bec3ac06e4a9b 100644
--- a/include/SDL3/SDL_messagebox.h
+++ b/include/SDL3/SDL_messagebox.h
@@ -193,8 +193,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *me
* to stderr if you can.
*
* \param flags an SDL_MessageBoxFlags value.
- * \param title uTF-8 title text.
- * \param message uTF-8 message text.
+ * \param title UTF-8 title text.
+ * \param message UTF-8 message text.
* \param window the parent window, or NULL for no parent.
* \returns true on success or false on failure; call SDL_GetError() for more
* information.