documentation: clean up a minor syntax issue.

This commit is contained in:
Ryan C. Gordon 2024-06-13 18:10:28 -04:00
parent 466886049c
commit 2ad7c70ac6
No known key found for this signature in database
GPG key ID: FA148B892AB48044
8 changed files with 31 additions and 23 deletions

View file

@ -233,7 +233,7 @@ typedef enum SDL_Folder
* If NULL is returned, the error may be obtained with SDL_GetError().
*
* \param folder The type of folder to find
* \returns Either a null-terminated C string containing the full path to the
* \returns either a null-terminated C string containing the full path to the
* folder, or NULL if an error happened.
*
* \since This function is available since SDL 3.0.0.