From dcd4ddb043116ffe0168e5961f37d62287343a9f Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 24 Oct 2024 18:38:45 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_assert.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/SDL3/SDL_assert.h b/include/SDL3/SDL_assert.h
index f52eecafad37b..d09e46c0f142b 100644
--- a/include/SDL3/SDL_assert.h
+++ b/include/SDL3/SDL_assert.h
@@ -549,9 +549,9 @@ extern SDL_DECLSPEC const SDL_AssertData * SDLCALL SDL_GetAssertionReport(void);
* no items. In addition, any previously-triggered assertions will be reset to
* a trigger_count of zero, and their always_ignore state will be false.
*
- * \threadsafety This function is not thread safe. Other threads triggering
- * an assertion, or simultaneously calling this function may
- * cause memory leaks or crashes.
+ * \threadsafety This function is not thread safe. Other threads triggering an
+ * assertion, or simultaneously calling this function may cause
+ * memory leaks or crashes.
*
* \since This function is available since SDL 3.1.3.
*