We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28ce82 commit e617265Copy full SHA for e617265
1 file changed
crates/bevy_ecs/src/archetype.rs
@@ -515,7 +515,7 @@ impl Archetype {
515
///
516
/// All of the IDs are unique.
517
518
- /// [`ComponentSparseSet`]: crate::storage::ComponentSparseSet
+ /// [`Table`]: crate::storage::Table
519
#[inline]
520
pub fn non_table_components(&self) -> impl Iterator<Item = ComponentId> + '_ {
521
self.components
0 commit comments