Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Eicker <git@nikl.me>
  • Loading branch information
mockersf and NiklasEi committed Oct 28, 2021
1 parent f52e85a commit 09ffd79
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 an initialization resource after the plugin consuming it.")
panic!("Not all initialization resources have been consumed. This can happen if you inserted an initialization resource after the plugin consuming it.")
}
}

Expand Down

0 comments on commit 09ffd79

Please sign in to comment.