소스 검색

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 개월 전
부모
커밋
3970acd1c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/SDL3/SDL_filesystem.h

+ 1 - 1
include/SDL3/SDL_filesystem.h

@@ -373,7 +373,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RemovePath(const char *path);
 /**
  * Rename a file or directory.
  *
- * If the file at `newpath` already exists, it will replaced.
+ * If the file at `newpath` already exists, it will be replaced.
  *
  * Note that this will not copy files across filesystems/drives/volumes, as
  * that is a much more complicated (and possibly time-consuming) operation.