Skip to content

Commit d5efb11

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 10004ab commit d5efb11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/SDL3/SDL_hints.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4390,14 +4390,14 @@ extern "C" {
43904390
* - "1": Subsystem information will be logged.
43914391
*
43924392
* This is generally meant to be used as an environment variable to let
4393-
* end-users report what subsystems were chosen on their system, to aid
4394-
* in debugging. Logged information is sent through SDL_Log(), which
4395-
* means by default they appear on stdout on most platforms or maybe
4393+
* end-users report what subsystems were chosen on their system, to aid in
4394+
* debugging. Logged information is sent through SDL_Log(), which means by
4395+
* default they appear on stdout on most platforms or maybe
43964396
* OutputDebugString() on Windows, and can be funneled by the app with
43974397
* SDL_SetLogOutputFunction(), etc.
43984398
*
4399-
* This hint can be set anytime, but the specific logs are generated
4400-
* during subsystem init.
4399+
* This hint can be set anytime, but the specific logs are generated during
4400+
* subsystem init.
44014401
*
44024402
* \since This hint is available since SDL 3.4.0.
44034403
*/

0 commit comments

Comments
 (0)