1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -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

@@ -913,7 +913,7 @@ impl GalleyCache {
debug_assert_eq!(
child_hashes.len(),
child_galleys.len(),
"Bug in `layout_each_paragraph_individuallly`"
"Bug in `layout_each_paragraph_individually`"
);
let galley = Arc::new(Galley::concat(job, &child_galleys, pixels_per_point));