Skip to content

Commit 60a1468

Browse files
Fixing Minor Sentence Structure Mistake in Events Example Docs (#20217)
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
1 parent ab8d50c commit 60a1468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ecs/event.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! This example shows how to send, mutate, and receive, events. As well as showing
2-
//! how to you might control system ordering so that events are processed in a specific order.
1+
//! This example shows how to send, mutate, and receive, events. It also demonstrates
2+
//! how to control system ordering so that events are processed in a specific order.
33
//! It does this by simulating a damage over time effect that you might find in a game.
44
55
use bevy::prelude::*;

0 commit comments

Comments
 (0)