diff --git a/crates/epaint/src/text/text_layout.rs b/crates/epaint/src/text/text_layout.rs index 23ea4b36e..0f3089292 100644 --- a/crates/epaint/src/text/text_layout.rs +++ b/crates/epaint/src/text/text_layout.rs @@ -207,7 +207,7 @@ impl ShapingContext { } } -/// Produced by [`Font::segment_into_runs`] for text shaping. +/// Produced by [`segment_into_runs`] for text shaping. #[derive(Debug)] struct TextRun { /// Which font face should shape this run.