SDL: Sync SDL3 wiki -> header (a7f1d)

From a7f1deae8d160a4c151ff9f1f8dd49d1812a7ac0 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 15 Sep 2024 16:38:38 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_stdinc.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h
index 924c5399b47e5..cbed61392b9fc 100644
--- a/include/SDL3/SDL_stdinc.h
+++ b/include/SDL3/SDL_stdinc.h
@@ -1171,14 +1171,15 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_getenv(const char *name);
 /**
  * Get the value of a variable in the environment.
  *
- * This function bypasses SDL's cached copy of the environment and is not thread-safe.
+ * This function bypasses SDL's cached copy of the environment and is not
+ * thread-safe.
  *
  * \param name the name of the variable to get.
  * \returns a pointer to the value of the variable or NULL if it can't be
  *          found.
  *
- * \threadsafety This function is not thread safe, consider using
- *               SDL_getenv() instead.
+ * \threadsafety This function is not thread safe, consider using SDL_getenv()
+ *               instead.
  *
  * \since This function is available since SDL 3.0.0.
  *