We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74958e7 commit 0e1ab19Copy full SHA for 0e1ab19
crates/bevy_ecs/src/component.rs
@@ -386,7 +386,7 @@ impl ComponentTicks {
386
/// Manually sets the change tick.
387
///
388
/// This is normally done automatically via the [`DerefMut`](std::ops::DerefMut) implementation
389
- /// on [`Mut<T>`](crate::world::Mut), [`ResMut<T>`](crate::system::ResMut), etc.
+ /// on [`Mut<T>`](crate::change_detection::Mut), [`ResMut<T>`](crate::change_detection::ResMut), etc.
390
/// However, components and resources that make use of interior mutability might require manual updates.
391
392
/// # Example
0 commit comments