Skip to content

Commit a4151a5

Browse files
committed
Update component.rs
1 parent 74f94cb commit a4151a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/component.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ impl ComponentTicks {
401401
/// Manually sets the change tick.
402402
///
403403
/// 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.
404+
/// on [`Mut<T>`](crate::change_detection::Mut), [`ResMut<T>`](crate::change_detection::ResMut), etc.
405405
/// However, components and resources that make use of interior mutability might require manual updates.
406406
///
407407
/// # Example

0 commit comments

Comments
 (0)