瀏覽代碼

Sync SDL3 wiki -> header

SDL Wiki Bot 2 年之前
父節點
當前提交
10ab623d43
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      include/SDL3/SDL_assert.h

+ 2 - 1
include/SDL3/SDL_assert.h

@@ -52,7 +52,8 @@
  * - It allows the default assertion handler to be controlled with environment
  * - It allows the default assertion handler to be controlled with environment
  *   variables, in case an automated script needs to control it.
  *   variables, in case an automated script needs to control it.
  *
  *
- * To use it: do a debug build and just sprinkle around tests check your code!
+ * To use it: do a debug build and just sprinkle around tests to check your
+ * code!
  */
  */
 
 
 #ifndef SDL_assert_h_
 #ifndef SDL_assert_h_