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)