From 2f24e9c2f261a0365f57913afca5783904307496 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 3 Aug 2024 13:30:08 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_audio.h b/include/SDL3/SDL_audio.h index bd3ee14aaa..f25959c3b0 100644 --- a/include/SDL3/SDL_audio.h +++ b/include/SDL3/SDL_audio.h @@ -821,7 +821,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_CloseAudioDevice(SDL_AudioDeviceID devid); * stream's format at any time. * * \param devid an audio device to bind a stream to. - * \param streams an array of audio streams to unbind. + * \param streams an array of audio streams to bind. * \param num_streams number streams listed in the `streams` array. * \returns 0 on success or a negative error code on failure; call * SDL_GetError() for more information.