Fix doc links to EntityHashSet in World impl
Corrected documentation references from EntityHashMap to EntityHashSet in the World implementation to accurately reflect the intended type.
This commit is contained in:
parent
866029084a
commit
ae9f8edafa
@ -705,7 +705,7 @@ impl World {
|
|||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// ## [`EntityHashSet`](crate::entity::EntityHashMap)
|
/// ## [`EntityHashSet`](crate::entity::EntityHashSet)
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// # use bevy_ecs::{prelude::*, entity::EntityHashSet};
|
/// # use bevy_ecs::{prelude::*, entity::EntityHashSet};
|
||||||
@ -839,7 +839,7 @@ impl World {
|
|||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// ## [`EntityHashSet`](crate::entity::EntityHashMap)
|
/// ## [`EntityHashSet`](crate::entity::EntityHashSet)
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// # use bevy_ecs::{prelude::*, entity::EntityHashSet};
|
/// # use bevy_ecs::{prelude::*, entity::EntityHashSet};
|
||||||
|
Loading…
Reference in New Issue
Block a user