Skip to content

Commit e2f7c40

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent f6c1e81 commit e2f7c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL3/SDL_process.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ typedef enum SDL_ProcessIO
197197
* available, and will always be 0.
198198
* - `SDL_PROP_PROCESS_CREATE_CMDLINE_STRING`: a string containing the program
199199
* to run and any parameters. This string is passed directly to
200-
* `CreateProcess` on Windows, and does nothing on other platforms.
201-
* This property is only important if you want to start programs that does
200+
* `CreateProcess` on Windows, and does nothing on other platforms. This
201+
* property is only important if you want to start programs that does
202202
* non-standard command-line processing, and in most cases using
203203
* `SDL_PROP_PROCESS_CREATE_ARGS_POINTER` is sufficient.
204204
*

0 commit comments

Comments
 (0)