diff --git a/crates/egui/src/style.rs b/crates/egui/src/style.rs index d0b368f0..38d40374 100644 --- a/crates/egui/src/style.rs +++ b/crates/egui/src/style.rs @@ -989,7 +989,7 @@ pub struct Visuals { /// Show a background behind collapsing headers. pub collapsing_header_frame: bool, - /// Draw a vertical lien left of indented region, in e.g. [`crate::CollapsingHeader`]. + /// Draw a vertical line left of indented region, in e.g. [`crate::CollapsingHeader`]. pub indent_has_left_vline: bool, /// Whether or not Grids and Tables should be striped by default