From cbb3c69cb0d771cdd221339aa1a064c55ec6e67d Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 13 Apr 2024 01:10:12 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index 428a378730..2e8840be76 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -532,7 +532,7 @@ extern DECLSPEC float SDLCALL SDL_GetDisplayContentScale(SDL_DisplayID displayID * - pixel density -> lowest to highest * * \param displayID the instance ID of the display to query - * \param count a pointer filled in with the number of displays returned + * \param count a pointer filled in with the number of display modes returned * \returns a NULL terminated array of display mode pointers which should be * freed with SDL_free(), or NULL on error; call SDL_GetError() for * more details.