From fdc114333728e347fe539d54739fc8827a97bf3d Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 3 Aug 2026 06:23:36 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_hints.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. *