Fix typo in Archetypes documentation (#8990)
# Objective This PR fixes small typo in [Archetypes documentation](https://docs.rs/bevy/latest/bevy/ecs/archetype/struct.Archetypes.html) because of which link to `module level documentation` is not clickable
This commit is contained in:
parent
c24520cb72
commit
9237778e14
@ -599,7 +599,7 @@ impl SparseSetIndex for ArchetypeComponentId {
|
||||
/// For more information, see the *[module level documentation]*.
|
||||
///
|
||||
/// [`World`]: crate::world::World
|
||||
/// [*module level documentation]: crate::archetype
|
||||
/// [module level documentation]: crate::archetype
|
||||
pub struct Archetypes {
|
||||
pub(crate) archetypes: Vec<Archetype>,
|
||||
pub(crate) archetype_component_count: usize,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user