We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11a229 commit 6e66a61Copy full SHA for 6e66a61
crates/bevy_ecs/src/change_detection.rs
@@ -50,7 +50,7 @@ pub trait DetectChanges {
50
fn is_changed(&self) -> bool;
51
52
/// Flags this value as having been changed.
53
- ///
+ ///
54
/// Mutably accessing this smart pointer will automatically flag this value as having been changed.
55
/// However, mutation through interior mutability requires manual reporting.
56
///
0 commit comments