From e2f7c4046ca5f17b46f1a9252343bb9bf979d48c Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 12 May 2025 16:18:27 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_process.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/SDL3/SDL_process.h b/include/SDL3/SDL_process.h
index b6aac6a931708..57e3afd94c233 100644
--- a/include/SDL3/SDL_process.h
+++ b/include/SDL3/SDL_process.h
@@ -197,8 +197,8 @@ typedef enum SDL_ProcessIO
* available, and will always be 0.
* - `SDL_PROP_PROCESS_CREATE_CMDLINE_STRING`: a string containing the program
* to run and any parameters. This string is passed directly to
- * `CreateProcess` on Windows, and does nothing on other platforms.
- * This property is only important if you want to start programs that does
+ * `CreateProcess` on Windows, and does nothing on other platforms. This
+ * property is only important if you want to start programs that does
* non-standard command-line processing, and in most cases using
* `SDL_PROP_PROCESS_CREATE_ARGS_POINTER` is sufficient.
*