mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue