@@ -189,8 +189,8 @@ impl<'w> DeferredWorld<'w> {
189189 /// For examples, see [`DeferredWorld::entity_mut`].
190190 ///
191191 /// [`EntityMut`]: crate::world::EntityMut
192- /// [`&EntityHashSet`]: crate::entity::EntityHashSet
193- /// [`EntityHashMap<EntityMut>`]: crate::entity::EntityHashMap
192+ /// [`&EntityHashSet`]: crate::entity::hash_set:: EntityHashSet
193+ /// [`EntityHashMap<EntityMut>`]: crate::entity::hash_map:: EntityHashMap
194194 /// [`Vec<EntityMut>`]: alloc::vec::Vec
195195 #[ inline]
196196 pub fn get_entity_mut < F : WorldEntityFetch > (
@@ -298,7 +298,7 @@ impl<'w> DeferredWorld<'w> {
298298 /// ## [`&EntityHashSet`]
299299 ///
300300 /// ```
301- /// # use bevy_ecs::{prelude::*, entity::EntityHashSet, world::DeferredWorld};
301+ /// # use bevy_ecs::{prelude::*, entity::hash_set:: EntityHashSet, world::DeferredWorld};
302302 /// #[derive(Component)]
303303 /// struct Position {
304304 /// x: f32,
@@ -321,8 +321,8 @@ impl<'w> DeferredWorld<'w> {
321321 /// ```
322322 ///
323323 /// [`EntityMut`]: crate::world::EntityMut
324- /// [`&EntityHashSet`]: crate::entity::EntityHashSet
325- /// [`EntityHashMap<EntityMut>`]: crate::entity::EntityHashMap
324+ /// [`&EntityHashSet`]: crate::entity::hash_set:: EntityHashSet
325+ /// [`EntityHashMap<EntityMut>`]: crate::entity::hash_map:: EntityHashMap
326326 /// [`Vec<EntityMut>`]: alloc::vec::Vec
327327 #[ inline]
328328 pub fn entity_mut < F : WorldEntityFetch > ( & mut self , entities : F ) -> F :: DeferredMut < ' _ > {
0 commit comments