We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f94cb commit a4151a5Copy full SHA for a4151a5
crates/bevy_ecs/src/component.rs
@@ -401,7 +401,7 @@ impl ComponentTicks {
401
/// Manually sets the change tick.
402
///
403
/// This is normally done automatically via the [`DerefMut`](std::ops::DerefMut) implementation
404
- /// 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.
405
/// However, components and resources that make use of interior mutability might require manual updates.
406
407
/// # Example
0 commit comments