Skip to content

Commit f164af9

Browse files
committed
Sync SDL3_mixer header -> wiki
1 parent 66f037e commit f164af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SDL3_mixer/README-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SDL_mixer 3.0 (aka "SDL3_mixer") is a dramatically different library than
66
previous versions. The API has been completely redesigned. There is no
77
compatibility layer. If you want to use it, you have to migrate to it.
88

9-
SDL3_mixer requires SDL3. It relies on many features that are new to SDL3,
9+
SDL3_mixer requires SDL3. It relies on many features that are new to SDL3,
1010
both internally and in the public API, so if your project is on SDL 1.2 or
1111
SDL2, you'll have to move your project to SDL3 at the same time.
1212

@@ -158,7 +158,7 @@ These properties offer both low-level tag information and a standard property
158158
for well-known metadata types. For example, if your MP3 has an ID3v2 tag, you
159159
might end up with a property named "SDL_mixer.metadata.id3v2.TIT2" and the
160160
same info in a standard "SDL_mixer.metadata.title" property (which there's a
161-
standard symbol for: `MIX_PROP_METADATA_TITLE_STRING`). This allows SDL3_mixer
161+
standard symbol for: `MIX_PROP_METADATA_TITLE_STRING`. This allows SDL3_mixer
162162
to expose non-standard information, but also offer easy lookup of the most
163163
common, and most important, metadata.
164164

0 commit comments

Comments
 (0)