Skip to content

Commit ab701b3

Browse files
mockersfNiklasEi
andauthored
wording
Co-authored-by: Niklas Eicker <[email protected]>
1 parent c7efc72 commit ab701b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_app/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ impl App {
636636
.values()
637637
.for_each(|v| error!("Initialization resource \"{}\" has not been consumed", v));
638638
if !self.initialization_resources.is_empty() {
639-
panic!("All initialization resources have not been consumed. This can happen if you inserted an initialization resource after the plugin consuming it.")
639+
panic!("Not all initialization resources have been consumed. This can happen if you inserted an initialization resource after the plugin consuming it.")
640640
}
641641
}
642642

0 commit comments

Comments
 (0)