浏览代码

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 7 月之前
父节点
当前提交
ece6a6ed8f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      include/SDL3/SDL_stdinc.h

+ 3 - 3
include/SDL3/SDL_stdinc.h

@@ -32,9 +32,9 @@
  * between Windows and Linux builds, or itoa() only existing on some
  * between Windows and Linux builds, or itoa() only existing on some
  * platforms.
  * platforms.
  *
  *
- * For many of the most common functions, like SDL_memcpy, SDL might just
- * call through to the usual C runtime behind the scenes, if it makes sense to
- * do so (if it's faster and always available/reliable on a given platform),
+ * For many of the most common functions, like SDL_memcpy, SDL might just call
+ * through to the usual C runtime behind the scenes, if it makes sense to do
+ * so (if it's faster and always available/reliable on a given platform),
  * reducing library size and offering the most optimized option.
  * reducing library size and offering the most optimized option.
  *
  *
  * SDL also offers other C-runtime-adjacent functionality in this header that
  * SDL also offers other C-runtime-adjacent functionality in this header that