From 5d6aaa239b98ad20d365626dc664531b08b2537d Mon Sep 17 00:00:00 2001 From: TPhoenix <45964506+TPhoenixyz@users.noreply.github.com> Date: Tue, 25 Mar 2025 14:19:23 +0100 Subject: [PATCH] Fix typo in style.rs (#5845) lien -> line * Closes * [ x ] I have followed the instructions in the PR template --- crates/egui/src/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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