diff --git a/crates/bevy_text/src/text2d.rs b/crates/bevy_text/src/text2d.rs index d4a59cd6c0ea5..789dab4160925 100644 --- a/crates/bevy_text/src/text2d.rs +++ b/crates/bevy_text/src/text2d.rs @@ -107,7 +107,7 @@ pub struct QueuedText2d { entities: Vec, } -/// Updates the TextGlyphs with the new computed glyphs from the layout +/// Updates the `TextGlyphs` with the new computed glyphs from the layout #[allow(clippy::too_many_arguments, clippy::type_complexity)] pub fn text2d_system( mut queued_text: Local,