diff --git a/include/SDL3/SDL_rect.h b/include/SDL3/SDL_rect.h index e09f92a460..7ff10904ff 100644 --- a/include/SDL3/SDL_rect.h +++ b/include/SDL3/SDL_rect.h @@ -88,8 +88,7 @@ typedef struct SDL_Rect /** - * A rectangle, with the origin at the upper left (using floating point - * values). + * A rectangle stored using floating point values. * * \since This struct is available since SDL 3.2.0. *