We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ce826 commit 3970acdCopy full SHA for 3970acd
include/SDL3/SDL_filesystem.h
@@ -373,7 +373,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RemovePath(const char *path);
373
/**
374
* Rename a file or directory.
375
*
376
- * If the file at `newpath` already exists, it will replaced.
+ * If the file at `newpath` already exists, it will be replaced.
377
378
* Note that this will not copy files across filesystems/drives/volumes, as
379
* that is a much more complicated (and possibly time-consuming) operation.
0 commit comments