Skip to content

Commit 8d81ee3

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 8df057f commit 8d81ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_iostream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ typedef struct SDL_IOStream SDL_IOStream;
213213
* the same name already exists its content is erased and the file is
214214
* treated as a new empty file.
215215
* - "w+x": Create an empty file for both reading and writing. If a file with
216-
* the same name already exists, the call fails.
216+
* the same name already exists, the call fails.
217217
* - "a+": Open a file for reading and appending. All writing operations are
218218
* performed at the end of the file, protecting the previous content to be
219219
* overwritten. You can reposition (fseek, rewind) the internal pointer to

0 commit comments

Comments
 (0)