From cb440ec4a40d0375478a3d0623f705ee38d80f95 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sat, 3 Aug 2024 13:40:37 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_rect.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_rect.h b/include/SDL3/SDL_rect.h
index a61c5d5f5e553..0583300989784 100644
--- a/include/SDL3/SDL_rect.h
+++ b/include/SDL3/SDL_rect.h
@@ -116,7 +116,8 @@ typedef struct SDL_FRect
* Convert an SDL_Rect to SDL_FRect
*
* \param rect a pointer to an SDL_Rect.
- * \param frect a pointer filled in with the floating point representation of `rect`.
+ * \param frect a pointer filled in with the floating point representation of
+ * `rect`.
*
* \threadsafety It is safe to call this function from any thread.
*