Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-05-06 16:06:32 +00:00
parent 33ae7e38d6
commit d7d3028765
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ typedef struct SDL_IOStream SDL_IOStream;
* format, regardless of the underlying operating system.
*
* In Android, SDL_IOFromFile() can be used to open content:// URIs. As a
* fallback, SDL_IOFromFile() will transparently open a matching filename
* in the app's `assets`.
* fallback, SDL_IOFromFile() will transparently open a matching filename in
* the app's `assets`.
*
* Closing the SDL_IOStream will close SDL's internal file handle.
*