From b02285d4954cdc960dca64ad9896ce6363772ec0 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 22 Nov 2024 20:53:04 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_keyboard.h | 7 +++----
include/SDL3/SDL_process.h | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/include/SDL3/SDL_keyboard.h b/include/SDL3/SDL_keyboard.h
index 34a2c17f31b9c..5bae001e07fc2 100644
--- a/include/SDL3/SDL_keyboard.h
+++ b/include/SDL3/SDL_keyboard.h
@@ -366,10 +366,9 @@ typedef enum SDL_TextInputType
/**
* Auto capitalization type.
*
- * These are the valid values for
- * SDL_PROP_TEXTINPUT_CAPITALIZATION_NUMBER. Not every value is valid on
- * every platform, but where a value isn't supported, a reasonable fallback
- * will be used.
+ * These are the valid values for SDL_PROP_TEXTINPUT_CAPITALIZATION_NUMBER.
+ * Not every value is valid on every platform, but where a value isn't
+ * supported, a reasonable fallback will be used.
*
* \since This enum is available since SDL 3.1.3.
*
diff --git a/include/SDL3/SDL_process.h b/include/SDL3/SDL_process.h
index d09d639d7bfed..55be8d4219f22 100644
--- a/include/SDL3/SDL_process.h
+++ b/include/SDL3/SDL_process.h
@@ -102,8 +102,8 @@ extern SDL_DECLSPEC SDL_Process *SDLCALL SDL_CreateProcess(const char * const *a
* Description of where standard I/O should be directed when creating a
* process.
*
- * If a standard I/O stream is set to SDL_PROCESS_STDIO_INHERITED, it will go to
- * the same place as the application's I/O stream. This is the default for
+ * If a standard I/O stream is set to SDL_PROCESS_STDIO_INHERITED, it will go
+ * to the same place as the application's I/O stream. This is the default for
* standard output and standard error.
*
* If a standard I/O stream is set to SDL_PROCESS_STDIO_NULL, it is connected