Explorar o código

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot hai 1 ano
pai
achega
03d6e4b69e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL3/SDL_asyncio.h

+ 1 - 1
include/SDL3/SDL_asyncio.h

@@ -429,7 +429,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_DestroyAsyncIOQueue(SDL_AsyncIOQueue *queue
  * \param queue the async I/O task queue to query.
  * \param outcome details of a finished task will be written here. May not be
  *                NULL.
- * \returns true if task has completed, false otherwise.
+ * \returns true if a task has completed, false otherwise.
  *
  * \threadsafety It is safe to call this function from any thread.
  *