From dd48b6f8cf2383748be2992c9049c63dfb1d9096 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 9 May 2024 17:28:40 +0000 Subject: [PATCH] Sync SDL2 wiki -> header --- include/SDL_surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_surface.h b/include/SDL_surface.h index edf67f8486..50feac9e2a 100644 --- a/include/SDL_surface.h +++ b/include/SDL_surface.h @@ -787,7 +787,7 @@ extern DECLSPEC int SDLCALL SDL_FillRect * of the clip rectangle and `rect`. * * \param dst the SDL_Surface structure that is the drawing target - * \param rects an array of SDL_Rects representing the rectangles to fill. + * \param rects an array of SDL_Rect representing the rectangles to fill. * \param count the number of rectangles in the array * \param color the color to fill with * \returns 0 on success or a negative error code on failure; call