瀏覽代碼

Documentation tweak

Sam Lantinga 1 周之前
父節點
當前提交
3659b2f100
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/README-main-functions.md

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

@@ -208,9 +208,9 @@ it's useful to know if this was a successful or failing run of the app.
 
 
 ## Using main functions from other languages
 ## Using main functions from other languages
 
 
-If not working in C/C++, using SDL's entry points is still possible but more
-complex. Please refer to https://wiki.libsdl.org/SDL3/NonstandardStartup for
-the technical details.
+If you're not using C/C++, using SDL's entry points is still possible but is
+more complex. Please refer to https://wiki.libsdl.org/SDL3/NonstandardStartup
+for the technical details.
 
 
 
 
 ## Summary and Best Practices
 ## Summary and Best Practices