SDL: Sync SDL3 wiki -> header (1c5b0)

From 1c5b063ade7d78c2e074af23f253b144cfd659f3 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 13 Sep 2024 20:56:16 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_error.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_error.h b/include/SDL3/SDL_error.h
index c06b139dcb336..7c9e4abaffec8 100644
--- a/include/SDL3/SDL_error.h
+++ b/include/SDL3/SDL_error.h
@@ -44,8 +44,8 @@ extern "C" {
  *
  * Calling this function will replace any previous error message that was set.
  *
- * This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE to signify an
- * failing result, leading to this idiom:
+ * This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE
+ * to signify an failing result, leading to this idiom:
  *
  * ```c
  * if (error_code) {