diff --git a/include/SDL3/SDL_filesystem.h b/include/SDL3/SDL_filesystem.h index ec0c974d8b..ae8139c1bc 100644 --- a/include/SDL3/SDL_filesystem.h +++ b/include/SDL3/SDL_filesystem.h @@ -206,8 +206,8 @@ typedef enum } SDL_Folder; /** - * Finds the most suitable user folder for @p purpose, and returns its - * path in OS-specific notation. + * Finds the most suitable user folder for @p purpose, and returns its path in + * OS-specific notation. * * Many OSes provide certain standard folders for certain purposes, such as * storing pictures, music or videos for a certain user. This function gives