Skip to content

Commit b286fca

Browse files
alexbatalovsezero
authored andcommitted
Fix docs typo
1 parent e918a76 commit b286fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL3_mixer/SDL_mixer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ extern SDL_DECLSPEC MIX_Audio * SDLCALL MIX_LoadAudio_IO(MIX_Mixer *mixer, SDL_I
578578
* This is equivalent to calling:
579579
*
580580
* ```c
581-
* SDL_LoadAudio_IO(mixer, SDL_IOFromFile(path, "rb"), predecode, true);
581+
* MIX_LoadAudio_IO(mixer, SDL_IOFromFile(path, "rb"), predecode, true);
582582
* ```
583583
*
584584
* This function loads data from a path on the filesystem. There is also a
@@ -605,7 +605,7 @@ extern SDL_DECLSPEC MIX_Audio * SDLCALL MIX_LoadAudio(MIX_Mixer *mixer, const ch
605605
/**
606606
* Load audio for playback through a collection of properties.
607607
*
608-
* Please see SDL_LoadAudio_IO() for a description of what the various
608+
* Please see MIX_LoadAudio_IO() for a description of what the various
609609
* LoadAudio functions do. This function uses properties to dictate how it
610610
* operates, and exposes functionality the other functions don't provide.
611611
*

0 commit comments

Comments
 (0)