1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

CI: use latest typos (#7595)

This commit is contained in:
Emil Ernerfeldt
2025-10-07 14:12:30 +02:00
committed by GitHub
parent 30277233ce
commit 0281b95bd9
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ pub(crate) struct StripLayoutFlags {
pub(crate) selected: bool,
pub(crate) overline: bool,
/// Used when we want to accruately measure the size of this cell.
/// Used when we want to accurately measure the size of this cell.
pub(crate) sizing_pass: bool,
}