From 6fc31b7f0b80bba225281d54cd25fd74bf8ccb73 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 25 Jan 2026 02:16:47 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_storage.h b/include/SDL3/SDL_storage.h index 71d403c745..4391daada3 100644 --- a/include/SDL3/SDL_storage.h +++ b/include/SDL3/SDL_storage.h @@ -568,7 +568,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_EnumerateStorageDirectory(SDL_Storage *stor * Remove a file or an empty directory in a writable storage container. * * \param storage a storage container. - * \param path the path of the directory to enumerate. + * \param path the path to remove from the filesystem. * \returns true on success or false on failure; call SDL_GetError() for more * information. *