Skip to content

Commit 0e1ab19

Browse files
committed
Update component.rs
1 parent 74958e7 commit 0e1ab19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/component.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ impl ComponentTicks {
386386
/// Manually sets the change tick.
387387
///
388388
/// 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.
389+
/// on [`Mut<T>`](crate::change_detection::Mut), [`ResMut<T>`](crate::change_detection::ResMut), etc.
390390
/// However, components and resources that make use of interior mutability might require manual updates.
391391
///
392392
/// # Example

0 commit comments

Comments
 (0)