Skip to content

Commit 06d26e5

Browse files
Fix typo
Co-authored-by: Nathan Ward <43621845+NathanSWard@users.noreply.github.com>
1 parent 3d0809f commit 06d26e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ecs/event_consumer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use bevy::{app::Events, core::FixedTimestep};
1111
///
1212
/// `EventConsumer::<T>` provides a simple interface to do so, clearing all events that it reads
1313
/// by draining them into a new vector.
14-
/// You can combine it with other `EventReader`s as long as they read events before ,
14+
/// You can combine it with other `EventReader`s as long as they read events before,
1515
/// but only one `EventConsumer` system should be used per event type in most cases
1616
/// as they will compete for events.
1717
fn main() {

0 commit comments

Comments
 (0)