Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 1, 2024
1 parent 8779025 commit 6991507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pub struct WidgetRect {
/// and also big red warning test on the screen in debug builds
/// (see [`Options::warn_on_id_clash`]).
///
/// You can ensure globally unqiue ids using [`Ui::push_id`].
/// You can ensure globally unique ids using [`Ui::push_id`].
pub id: Id,

/// How the widget responds to interaction.
Expand Down

0 comments on commit 6991507

Please sign in to comment.