Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Johnson <ryanj00a@gmail.com>
  • Loading branch information
hymm and rj00a authored Sep 22, 2023
1 parent 3330c4a commit e93b97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_app/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ impl App {
/// #[derive(Resource)]
/// struct R;
///
/// // these systems are ambiguous on A
/// // these systems are ambiguous on R
/// fn system_1(_: ResMut<R>) {}
/// fn system_2(_: Res<R>) {}
///
Expand Down

0 comments on commit e93b97a

Please sign in to comment.