Skip to content

Commit 400e033

Browse files
authored
Merge pull request Rust-SDL2#1426 from Nemris/fix-doc-typo
Fix documentation typo
2 parents dba66e8 + fa1f7cf commit 400e033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdl2/sdl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl Sdl {
133133
GameControllerSubsystem::new(self)
134134
}
135135

136-
/// Initializes the game controller subsystem.
136+
/// Initializes the sensor subsystem.
137137
#[inline]
138138
pub fn sensor(&self) -> Result<SensorSubsystem, String> {
139139
SensorSubsystem::new(self)

0 commit comments

Comments
 (0)