Skip to content

Commit e617265

Browse files
doc comment
1 parent c28ce82 commit e617265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/bevy_ecs/src/archetype.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ impl Archetype {
515515
///
516516
/// All of the IDs are unique.
517517
///
518-
/// [`ComponentSparseSet`]: crate::storage::ComponentSparseSet
518+
/// [`Table`]: crate::storage::Table
519519
#[inline]
520520
pub fn non_table_components(&self) -> impl Iterator<Item = ComponentId> + '_ {
521521
self.components

0 commit comments

Comments
 (0)