1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Fix some typos

This commit is contained in:
Emil Ernerfeldt
2023-06-11 19:34:32 +02:00
parent 860dac69da
commit 5cd40f9685
2 changed files with 2 additions and 2 deletions

View File

@@ -378,7 +378,7 @@ impl Default for CursorIcon {
/// Things that happened during this frame that the integration may be interested in.
///
/// In particular, these events may be useful for accessability, i.e. for screen readers.
/// In particular, these events may be useful for accessibility, i.e. for screen readers.
#[derive(Clone, PartialEq)]
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
pub enum OutputEvent {