diff --git a/crates/epaint/src/text/text_layout_types.rs b/crates/epaint/src/text/text_layout_types.rs index 07472e23..12e0cf75 100644 --- a/crates/epaint/src/text/text_layout_types.rs +++ b/crates/epaint/src/text/text_layout_types.rs @@ -306,7 +306,7 @@ impl Default for TextWrapping { // ---------------------------------------------------------------------------- -/// Text that has been layed out, ready for painting. +/// Text that has been laid out, ready for painting. /// /// You can create a [`Galley`] using [`crate::Fonts::layout_job`]; ///