SDL: Sync SDL3 wiki -> header (bf793)

From bf793bf4395088ac8d8be9f0fc376eb939182dfe Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 14 Jan 2025 21:44:52 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_audio.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/SDL3/SDL_audio.h b/include/SDL3/SDL_audio.h
index 544f4b7a19285..911b2b9964514 100644
--- a/include/SDL3/SDL_audio.h
+++ b/include/SDL3/SDL_audio.h
@@ -1106,9 +1106,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetAudioStreamFormat(SDL_AudioStream *strea
  *
  * If a stream is bound to a device, then the format of the side of the stream
  * bound to a device cannot be changed (src_spec for recording devices,
- * dst_spec for playback devices). Attempts to make a change to this side
- * will be ignored, but this will not report an error. The other side's format
- * can be changed.
+ * dst_spec for playback devices). Attempts to make a change to this side will
+ * be ignored, but this will not report an error. The other side's format can
+ * be changed.
  *
  * \param stream the stream the format is being changed.
  * \param src_spec the new format of the audio input; if NULL, it is not