SDL: Sync SDL3 wiki -> header (4ac67)

From 4ac67f5ba64647ae399e81b9ce60deb8e8b952d8 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 16 Jul 2024 01:38:55 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

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

diff --git a/include/SDL3/SDL_timer.h b/include/SDL3/SDL_timer.h
index fa40a6f82ca62..09a6e1c78e720 100644
--- a/include/SDL3/SDL_timer.h
+++ b/include/SDL3/SDL_timer.h
@@ -115,8 +115,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
  * Wait a specified number of nanoseconds before returning.
  *
  * This function waits a specified number of nanoseconds before returning. It
- * will attempt to wait as close to the requested time as possible, busy waiting
- * if necessary, but could return later due to OS scheduling.
+ * will attempt to wait as close to the requested time as possible, busy
+ * waiting if necessary, but could return later due to OS scheduling.
  *
  * \param ns the number of nanoseconds to delay.
  *