瀏覽代碼

Sync SDL3 wiki -> header

SDL Wiki Bot 2 年之前
父節點
當前提交
2ad22eeeb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/README-main-functions.md

+ 1 - 1
docs/README-main-functions.md

@@ -64,7 +64,7 @@ they always have.
 
 
 If you have never controlled your process's entry point (you are using SDL
 If you have never controlled your process's entry point (you are using SDL
 as a module from a general-purpose scripting language interpreter, or you're
 as a module from a general-purpose scripting language interpreter, or you're
-SDL in a plugin for some otherwise-unrelated app), then there is nothing
+using SDL in a plugin for some otherwise-unrelated app), then there is nothing
 required of you here; there is no startup code in SDL's entry point code that
 required of you here; there is no startup code in SDL's entry point code that
 is required, so using SDL_main.h is completely optional. Just start using
 is required, so using SDL_main.h is completely optional. Just start using
 the SDL API when you are ready.
 the SDL API when you are ready.