From e292d1f5ace469f718d7b6b4dec8c28e37dcaa0e Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 4 Oct 2024 20:27:58 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_init.h b/include/SDL3/SDL_init.h index 0c4aea4158ef1..645dad51f17fd 100644 --- a/include/SDL3/SDL_init.h +++ b/include/SDL3/SDL_init.h @@ -38,8 +38,8 @@ * make sure that the display's resolution is back to what the user expects if * you had previously changed it for your game. * - * SDL3 apps are strongly encouraged to call SDL_SetAppMetadata() at startup to - * fill in details about the program. This is completely optional, but it + * SDL3 apps are strongly encouraged to call SDL_SetAppMetadata() at startup + * to fill in details about the program. This is completely optional, but it * helps in small ways (we can provide an About dialog box for the macOS menu, * we can name the app in the system's audio mixer, etc). Those that want to * provide a _lot_ of information should look at the more-detailed