Skip to content

Commit 2fbfbea

Browse files
committed
fmt
1 parent 5f15c0e commit 2fbfbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/change_detection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub trait DetectChanges {
5050
fn is_changed(&self) -> bool;
5151

5252
/// Flags this value as having been changed.
53-
///
53+
///
5454
/// Mutably accessing this smart pointer will automatically flag this value as having been changed.
5555
/// However, mutation through interior mutability requires manual reporting.
5656
///

0 commit comments

Comments
 (0)