Skip to content

Commit f5f1b82

Browse files
committed
Fix comment and usage of system() in an example
1 parent 30cc737 commit f5f1b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/examples/change_detection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fn main() {
1515
let mut world = World::new();
1616

1717
// Add the entropy resource for future random number generators to use.
18-
// This makes execution deterministic.
18+
// This makes random number generation deterministic.
1919
let world_seed = [1; 32];
2020
world.insert_resource(Entropy::from(world_seed));
2121

0 commit comments

Comments
 (0)