mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Fix typo in condition.rs (#8238)
# Objective - Fixes a typo in the docs ## Solution - Corrected the wording
This commit is contained in:
parent
ae31361949
commit
90579933f8
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ pub mod common_conditions {
|
|||
///
|
||||
/// world.resource_mut::<Events<MyEvent>>().send(MyEvent);
|
||||
///
|
||||
/// // A `MyEvent` event has been push so `my_system` will run
|
||||
/// // A `MyEvent` event has been pushed so `my_system` will run
|
||||
/// app.run(&mut world);
|
||||
/// assert_eq!(world.resource::<Counter>().0, 1);
|
||||
/// ```
|
||||
|
|
Loading…
Reference in a new issue