Skip to content

Commit 26f0ce2

Browse files
authored
Fix minor typo on bevy_ecs example (#18926)
# Objective A small typo was found on `bevy_ecs/examples/event.rs`. I know it's very minor but I'd think fixing it would still help others in the long run. ## Solution Fix the typo. ## Testing I don't think this is necessary.
1 parent 12f71a8 commit 26f0ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/examples/events.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! In this example a system sends a custom event with a 50/50 chance during any frame.
2-
//! If an event was send, it will be printed by the console in a receiving system.
2+
//! If an event was sent, it will be printed by the console in a receiving system.
33
44
#![expect(clippy::print_stdout, reason = "Allowed in examples.")]
55

0 commit comments

Comments
 (0)