SDL: Sync SDL3 wiki -> header (670a7)

From 670a7d8126ce181973b78e488fe9e45152eaf516 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 21 Jan 2025 16:11:20 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

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

diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index bcf6f4d16efad..180526f708957 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -730,10 +730,10 @@ extern SDL_DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetCurrentDisplayOrientat
  * big on this display, to aid in readability.
  *
  * After window creation, SDL_GetWindowDisplayScale() should be used to query
- * the content scale factor for individual windows instead of querying the display
- * for a window and calling this function, as the per-window content scale factor
- * may differ from the base value of the display it is on, particularly on
- * high-DPI and/or multi-monitor desktop configurations.
+ * the content scale factor for individual windows instead of querying the
+ * display for a window and calling this function, as the per-window content
+ * scale factor may differ from the base value of the display it is on,
+ * particularly on high-DPI and/or multi-monitor desktop configurations.
  *
  * \param displayID the instance ID of the display to query.
  * \returns the content scale of the display, or 0.0f on failure; call