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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user