From 02d1e7492a80198c2b470d7bc1816a008ffda54d Mon Sep 17 00:00:00 2001 From: Parth Date: Fri, 14 Oct 2022 02:03:47 -0400 Subject: [PATCH] fix typo in text_layout_types (#2150) --- crates/epaint/src/text/text_layout_types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`]; ///