From 650d3b44e10e654770f9c938650acb0011c60f74 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 15 Apr 2024 06:56:58 -0700 Subject: [PATCH] Removed the word "other" since the version has been removed --- include/SDL3/SDL_joystick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_joystick.h b/include/SDL3/SDL_joystick.h index 321daf125..727e8d737 100644 --- a/include/SDL3/SDL_joystick.h +++ b/include/SDL3/SDL_joystick.h @@ -360,7 +360,7 @@ extern DECLSPEC SDL_JoystickID SDLCALL SDL_AttachVirtualJoystick(SDL_JoystickTyp /** * The structure that defines an extended virtual joystick description * - * All other elements of this structure are optional and can be left 0. + * All elements of this structure are optional and can be left 0. * * \since This struct is available since SDL 3.0.0. *