include: Fill in more category documentation.

Reference Issue #11874.
This commit is contained in:
Ryan C. Gordon
2025-01-05 14:11:11 -05:00
parent 16ad3e5af6
commit 7f9ee31024
5 changed files with 48 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
* # CategoryIOStream
*
* SDL provides an abstract interface for reading and writing data streams. It
* offers implementations for files, memory, etc, and the app can provideo
* offers implementations for files, memory, etc, and the app can provide
* their own implementations, too.
*
* SDL_IOStream is not related to the standard C++ iostream class, other than