From 18c3e9b2b2a6f77de3e616fc3531958b7e542fcf Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 31 Mar 2025 16:54:11 +0000
Subject: [PATCH] Sync SDL3_ttf wiki -> header
[ci skip]
(cherry picked from commit e92f15a0cb48533f5d70357a7f2468b547b068c0)
---
include/SDL3_ttf/SDL_ttf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index f1ca1877..defa6bb9 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -671,7 +671,7 @@ extern SDL_DECLSPEC bool SDLCALL TTF_GetFontSDF(const TTF_Font *font);
* Query a font's weight, in terms of the lightness/heaviness of the strokes.
*
* \param font the font to query.
- * \returns the font's current weight
+ * \returns the font's current weight.
*
* \threadsafety This function should be called on the thread that created the
* font.