From 8d81ee3f5d9d960590ce8e43fe4d3c02807c5858 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 6 Oct 2025 20:25:05 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_iostream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_iostream.h b/include/SDL3/SDL_iostream.h index 37cd4330cc..dfe6f6a9c7 100644 --- a/include/SDL3/SDL_iostream.h +++ b/include/SDL3/SDL_iostream.h @@ -213,7 +213,7 @@ typedef struct SDL_IOStream SDL_IOStream; * the same name already exists its content is erased and the file is * treated as a new empty file. * - "w+x": Create an empty file for both reading and writing. If a file with - * the same name already exists, the call fails. + * the same name already exists, the call fails. * - "a+": Open a file for reading and appending. All writing operations are * performed at the end of the file, protecting the previous content to be * overwritten. You can reposition (fseek, rewind) the internal pointer to