Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-08-03 13:30:08 +00:00
parent 2c0fcf27e8
commit 2f24e9c2f2
1 changed files with 1 additions and 1 deletions

View File

@ -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.