瀏覽代碼

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 7 月之前
父節點
當前提交
e2f7c4046c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/SDL3/SDL_process.h

+ 2 - 2
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.
  *