浏览代码

Sync SDL3 wiki -> header

SDL Wiki Bot 10 月之前
父节点
当前提交
1c5b063ade
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/SDL3/SDL_error.h

+ 2 - 2
include/SDL3/SDL_error.h

@@ -44,8 +44,8 @@ extern "C" {
  *
  *
  * Calling this function will replace any previous error message that was set.
  * Calling this function will replace any previous error message that was set.
  *
  *
- * This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE to signify an
- * failing result, leading to this idiom:
+ * This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE
+ * to signify an failing result, leading to this idiom:
  *
  *
  * ```c
  * ```c
  * if (error_code) {
  * if (error_code) {