Skip to content

Commit

Permalink
Update component.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
maniwani committed May 9, 2022
1 parent 74958e7 commit 0e1ab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ impl ComponentTicks {
/// Manually sets the change tick.
///
/// This is normally done automatically via the [`DerefMut`](std::ops::DerefMut) implementation
/// 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.
/// However, components and resources that make use of interior mutability might require manual updates.
///
/// # Example
Expand Down

0 comments on commit 0e1ab19

Please sign in to comment.