SDL Wiki Bot 1 год назад
Родитель
Сommit
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
  *   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_