Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemris committed Aug 12, 2024
1 parent dba66e8 commit fa1f7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdl2/sdl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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, String> {
SensorSubsystem::new(self)
Expand Down

0 comments on commit fa1f7cf

Please sign in to comment.