Skip to content

Commit

Permalink
Fix doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Aug 22, 2024
1 parent ea02b14 commit 64f8378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bevy_app/src/main_schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ pub enum RunFixedMainLoopSystem {
/// # Example
/// ```
/// # use bevy_app::prelude::*;
/// # use bevy_ecs::prelude::*;
/// App::new()
/// .add_systems(
/// RunFixedMainLoop,
Expand All @@ -414,6 +415,7 @@ pub enum RunFixedMainLoopSystem {
/// # Example
/// ```
/// # use bevy_app::prelude::*;
/// # use bevy_ecs::prelude::*;
/// App::new()
/// .add_systems(FixedMain, update_physics)
/// .add_systems(
Expand Down Expand Up @@ -443,6 +445,7 @@ pub enum RunFixedMainLoopSystem {
/// # Example
/// ```
/// # use bevy_app::prelude::*;
/// # use bevy_ecs::prelude::*;
/// App::new()
/// .add_systems(FixedMain, update_physics)
/// .add_systems(
Expand Down

0 comments on commit 64f8378

Please sign in to comment.