SDL: Sync SDL3 wiki -> header (03d6e)

From 03d6e4b69e83489e021d538e7fa4c1535c780992 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 22 Dec 2024 18:53:26 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_asyncio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_asyncio.h b/include/SDL3/SDL_asyncio.h
index 6ed692f382211..f8561d6b1ed81 100644
--- a/include/SDL3/SDL_asyncio.h
+++ b/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.
  *