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:
Sieluna 2025-07-14 12:35:50 +03:00
parent 866029084a
commit ae9f8edafa

View File

@ -705,7 +705,7 @@ impl World {
/// }
/// ```
///
/// ## [`EntityHashSet`](crate::entity::EntityHashMap)
/// ## [`EntityHashSet`](crate::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};