Przeglądaj źródła

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 miesiąc temu
rodzic
commit
6fc31b7f0b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/SDL3/SDL_storage.h

+ 1 - 1
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.
  * Remove a file or an empty directory in a writable storage container.
  *
  *
  * \param storage a 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
  * \returns true on success or false on failure; call SDL_GetError() for more
  *          information.
  *          information.
  *
  *