SDL_ttf: Sync SDL3_ttf wiki -> header (32875)

From 3287581444938081e292bef67f9795bc34a06f5e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 24 Dec 2024 02:26:39 +0000
Subject: [PATCH] Sync SDL3_ttf wiki -> header

[ci skip]
---
 include/SDL3_ttf/SDL_ttf.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index 13311f88..099b6213 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -1722,7 +1722,7 @@ typedef enum TTF_GPUTextEngineWinding
  *
  * \param engine a TTF_TextEngine object created with
  *               TTF_CreateGPUTextEngine().
- * \param winding the new winding order option
+ * \param winding the new winding order option.
  *
  * \threadsafety This function should be called on the thread that created the
  *               engine.
@@ -1740,7 +1740,7 @@ extern SDL_DECLSPEC void SDLCALL TTF_SetGPUTextEngineWinding(TTF_TextEngine *eng
  * \param engine a TTF_TextEngine object created with
  *               TTF_CreateGPUTextEngine().
  * \returns the winding order used by the GPU text engine or
- *          TTF_GPU_TEXTENGINE_WINDING_INVALID in case of error
+ *          TTF_GPU_TEXTENGINE_WINDING_INVALID in case of error.
  *
  * \threadsafety This function should be called on the thread that created the
  *               engine.