Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 28, 2021
1 parent 7823d54 commit 447510d
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 @@ -636,7 +636,7 @@ impl App {
.values()
.for_each(|v| error!("Initialization resource \"{}\" has not been consumed", v));
if !self.initialization_resources.is_empty() {
panic!("All initialization resources have not been consumed. This can happen if you inserted a initialization resource after the plugin consuming it.")
panic!("All initialization resources have not been consumed. This can happen if you inserted an initialization resource after the plugin consuming it.")
}
}

Expand Down

0 comments on commit 447510d

Please sign in to comment.