Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 2 months ago
parent
commit
cedf53bbc2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/SDL3/SDL_log.h

+ 2 - 2
include/SDL3/SDL_log.h

@@ -41,8 +41,8 @@
  * "system", "audio", "video", "render", "input", "test", or `*` for any
  * unspecified category.
  *
- * The level can be a numeric level, one of "trace", "verbose", "debug", "info",
- * "warn", "error", "critical", or "quiet" to disable that category.
+ * The level can be a numeric level, one of "trace", "verbose", "debug",
+ * "info", "warn", "error", "critical", or "quiet" to disable that category.
  *
  * You can omit the category if you want to set the logging level for all
  * categories.