Skip to content

Commit

Permalink
Sync SDL3 wiki -> header
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
SDLWikiBot committed Dec 4, 2024
1 parent 31d0990 commit 2ad5836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SDL3/SDL_asyncio.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Instead, the data moves in the background and the app can check for results
* at their leisure.
*
* This is more complicated that just reading and writing files in a
* This is more complicated than just reading and writing files in a
* synchronous way, but it can allow for more efficiency, and never having
* framerate drops as the hard drive catches up, etc.
*
Expand All @@ -57,8 +57,8 @@
*
* And, of course, to match the synchronous SDL_LoadFile, we offer
* SDL_LoadFileAsync as a convenience function. This will handle allocating a
* buffer, slurping in the file data, and null-terminating it; you still get a
* task handle to check later.
* buffer, slurping in the file data, and null-terminating it; you still check
* for results later.
*/

#ifndef SDL_asyncio_h_
Expand Down

0 comments on commit 2ad5836

Please sign in to comment.