Skip to content

Commit

Permalink
Merge pull request #1426 from Nemris/fix-doc-typo
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
Cobrand committed Aug 12, 2024
2 parents dba66e8 + fa1f7cf commit 400e033
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 400e033

Please sign in to comment.