SDL: Sync SDL3 wiki -> header (a6edc)

From a6edc75fe74a86a2d67868c827d47e6fdeba0b73 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 19 Oct 2023 05:18:12 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_properties.h | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/include/SDL3/SDL_properties.h b/include/SDL3/SDL_properties.h
index 16d030860780..01ae37d05e00 100644
--- a/include/SDL3/SDL_properties.h
+++ b/include/SDL3/SDL_properties.h
@@ -121,9 +121,9 @@ extern DECLSPEC int SDLCALL SDL_SetProperty(SDL_PropertiesID props, const char *
  *
  * \threadsafety It is safe to call this function from any thread, although
  *               the data returned is not protected and could potentially be
- *               freed if you call SDL_SetProperty() or SDL_ClearProperty() on these properties from another thread. If you
- *               need to avoid this, use SDL_LockProperties() and
- *               SDL_UnlockProperties().
+ *               freed if you call SDL_SetProperty() or SDL_ClearProperty() on
+ *               these properties from another thread. If you need to avoid
+ *               this, use SDL_LockProperties() and SDL_UnlockProperties().
  *
  * \since This function is available since SDL 3.0.0.
  *
@@ -155,8 +155,9 @@ extern DECLSPEC int SDLCALL SDL_ClearProperty(SDL_PropertiesID props, const char
  *
  * \param props the properties to destroy
  *
- * \threadsafety This function should not be called while these properties are locked or other threads might
- *               be setting or getting values from these properties.
+ * \threadsafety This function should not be called while these properties are
+ *               locked or other threads might be setting or getting values
+ *               from these properties.
  *
  * \since This function is available since SDL 3.0.0.
  *