SDL: Sync SDL3 wiki -> header (fb214)

From fb2145f73183454575c3aedbc5b6385a9b680bed Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 4 Nov 2024 05:04:44 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_video.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index 44540c5323645..2c477fbaccf47 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -665,8 +665,8 @@ extern SDL_DECLSPEC SDL_DisplayMode ** SDLCALL SDL_GetFullscreenDisplayModes(SDL
  *                     for the desktop refresh rate.
  * \param include_high_density_modes boolean to include high density modes in
  *                                   the search.
- * \param closest a pointer filled in with the closest display mode equal to or
- *             larger than the desired mode.
+ * \param closest a pointer filled in with the closest display mode equal to
+ *                or larger than the desired mode.
  * \returns true on success or false on failure; call SDL_GetError() for more
  *          information.
  *