Skip to content

Commit 26f9940

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 6f994cc commit 26f9940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_audio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_DestroyAudioStream(SDL_AudioStream *stream)
18941894
* Also unlike other functions, the audio device begins paused. This is to map
18951895
* more closely to SDL2-style behavior, since there is no extra step here to
18961896
* bind a stream to begin audio flowing. The audio device should be resumed
1897-
* with `SDL_ResumeAudioStreamDevice(stream);`
1897+
* with SDL_ResumeAudioStreamDevice().
18981898
*
18991899
* This function works with both playback and recording devices.
19001900
*

0 commit comments

Comments
 (0)