Skip to content

Commit

Permalink
docs: fix group layout docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LechintanTudor committed Aug 30, 2024
1 parent b78d470 commit 166b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/group_layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 166b6f0

Please sign in to comment.