SDL_ttf: Sync SDL_ttf wiki -> header (46a80)

From 46a805afc56d0e130aa58930de034fa98db5adce Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 2 Jan 2023 08:24:16 +0000
Subject: [PATCH] Sync SDL_ttf wiki -> header

---
 SDL_ttf.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/SDL_ttf.h b/SDL_ttf.h
index b944d86..c7d0435 100644
--- a/SDL_ttf.h
+++ b/SDL_ttf.h
@@ -1250,6 +1250,7 @@ extern DECLSPEC SDL_Surface * SDLCALL TTF_RenderGlyph32_Solid(TTF_Font *font,
  * \param font the font to render with.
  * \param text text to render, in Latin1 encoding.
  * \param fg the foreground color for the text.
+ * \param bg the background color for the text.
  * \returns a new 8-bit, palettized surface, or NULL if there was an error.
  *
  * \since This function is available since SDL_ttf 2.0.12.