From f2df279adce63055156d575128e9c7e2105fc7e7 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 10 Aug 2025 05:08:26 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_rect.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_rect.h b/include/SDL3/SDL_rect.h index ff79ad4e47..5911bd3b2b 100644 --- a/include/SDL3/SDL_rect.h +++ b/include/SDL3/SDL_rect.h @@ -90,8 +90,9 @@ typedef struct SDL_Rect /** * A rectangle stored using floating point values. * - * The origin of the coordinate space is in the top-left, with increasing values moving down and right. - * The properties `x` and `y` represent the coordinates of the top-left corner of the rectangle. + * The origin of the coordinate space is in the top-left, with increasing + * values moving down and right. The properties `x` and `y` represent the + * coordinates of the top-left corner of the rectangle. * * \since This struct is available since SDL 3.2.0. *