Skip to content

Commit e292d1f

Browse files
committed
Sync SDL3 wiki -> header
1 parent d5af0c7 commit e292d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL3/SDL_init.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
* make sure that the display's resolution is back to what the user expects if
3939
* you had previously changed it for your game.
4040
*
41-
* SDL3 apps are strongly encouraged to call SDL_SetAppMetadata() at startup to
42-
* fill in details about the program. This is completely optional, but it
41+
* SDL3 apps are strongly encouraged to call SDL_SetAppMetadata() at startup
42+
* to fill in details about the program. This is completely optional, but it
4343
* helps in small ways (we can provide an About dialog box for the macOS menu,
4444
* we can name the app in the system's audio mixer, etc). Those that want to
4545
* provide a _lot_ of information should look at the more-detailed

0 commit comments

Comments
 (0)