From c637fce0f07d521502462014042cf033c19aae8e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 14 Jan 2026 18:46:36 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header
[ci skip]
---
include/SDL3_mixer/SDL_mixer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h
index 154668d4..cf9ff6d2 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -399,7 +399,7 @@ extern SDL_DECLSPEC const char * SDLCALL MIX_GetAudioDecoder(int index);
*
* \param devid the device to open for playback, or
* SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK for the default.
- * \param spec the audio format request from the device. May be NULL.
+ * \param spec the audio format to request from the device. May be NULL.
* \returns a mixer that can be used to play audio, or NULL on failure; call
* SDL_GetError() for more information.
*