From b8767a4bc929b7d3188ed7db7ff1d49f708a94e1 Mon Sep 17 00:00:00 2001 From: ickshonpe Date: Fri, 30 May 2025 15:11:30 +0100 Subject: [PATCH] Changed comment to doc-comment --- crates/bevy_text/src/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_text/src/text.rs b/crates/bevy_text/src/text.rs index 9be935533d..d02a75d517 100644 --- a/crates/bevy_text/src/text.rs +++ b/crates/bevy_text/src/text.rs @@ -515,7 +515,7 @@ pub fn detect_text_root_needs_rerender( } } -// System that detects changes to text spans and sets `ComputedTextBlock::should_rerender`. +/// System that detects changes to text spans and sets `ComputedTextBlock::should_rerender`. pub fn detect_text_span_needs_rerender( changed_spans: Query< (Entity, Option<&ChildOf>, Has),