diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index 9936bfc5d5..ca29e6eecb 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -2291,8 +2291,8 @@ extern "C" { * - "0": Assume this is a generic controller. * - "1": Reset the controller to get metadata. * - * By default the controller is reset. This is so we can properly detect - * the controller type. + * By default the controller is reset. This is so we can properly detect the + * controller type. * * This hint should be set before initializing joysticks and gamepads. *