Skip to content

Commit

Permalink
Merge pull request #1391 from evmar/doc-fix
Browse files Browse the repository at this point in the history
fix documentation on EventPump
  • Loading branch information
Cobrand authored Jun 13, 2024
2 parents c02e391 + c237994 commit 09dbf6f
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 @@ -329,7 +329,7 @@ subsystem!(SensorSubsystem, sys::SDL_INIT_SENSOR, SENSOR_COUNT, sync);

static IS_EVENT_PUMP_ALIVE: AtomicBool = AtomicBool::new(false);

/// A thread-safe type that encapsulates SDL event-pumping functions.
/// A type that encapsulates SDL event-pumping functions.
pub struct EventPump {
_event_subsystem: EventSubsystem,
}
Expand Down

0 comments on commit 09dbf6f

Please sign in to comment.