From 166b6f0c6711a2837304e7f74a3946891f119172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tudor=20Lechin=C8=9Ban?= Date: Fri, 30 Aug 2024 16:32:25 +0300 Subject: [PATCH] docs: fix group layout docs --- src/component/group_layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/group_layout.rs b/src/component/group_layout.rs index 796bd6c..5b3f765 100644 --- a/src/component/group_layout.rs +++ b/src/component/group_layout.rs @@ -164,7 +164,7 @@ impl GroupFamily { } } -/// Helper trait for creating groups in a [`GroupLayout`](crate::entity::GroupLayout). +/// Helper trait for creating groups in a [`GroupLayout`]. pub trait GroupDescriptor { /// Slice containing the component data of the components present in the group. const COMPONENTS: &'static [ComponentData];