From fa1f7cf7e897846d014d5a3ab66215e2839035c3 Mon Sep 17 00:00:00 2001 From: Nemris Date: Mon, 12 Aug 2024 08:32:59 +0200 Subject: [PATCH] Fix typo --- src/sdl2/sdl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl2/sdl.rs b/src/sdl2/sdl.rs index fdef86c5e7..f04ff493cb 100644 --- a/src/sdl2/sdl.rs +++ b/src/sdl2/sdl.rs @@ -133,7 +133,7 @@ impl Sdl { GameControllerSubsystem::new(self) } - /// Initializes the game controller subsystem. + /// Initializes the sensor subsystem. #[inline] pub fn sensor(&self) -> Result { SensorSubsystem::new(self)