From 82a64d74cf8aa77e6bcc0123ed824bb886a6a91b Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sat, 20 Dec 2025 03:10:24 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header
[ci skip]
---
include/SDL3_mixer/SDL_mixer.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h
index 3555060b..fce192fb 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -469,8 +469,8 @@ extern SDL_DECLSPEC void SDLCALL MIX_DestroyMixer(MIX_Mixer *mixer);
*
* The following read-only properties are provided by SDL_mixer:
*
- * - `MIX_PROP_MIXER_DEVICE_NUMBER`: the SDL_AudioDeviceID that this mixer
- * has opened for playback. This will be zero (no device) if the mixer was
+ * - `MIX_PROP_MIXER_DEVICE_NUMBER`: the SDL_AudioDeviceID that this mixer has
+ * opened for playback. This will be zero (no device) if the mixer was
* created with Mix_CreateMixer() instead of Mix_CreateMixerDevice().
*
* \param mixer the mixer to query.