We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb3f24 commit 01a43aeCopy full SHA for 01a43ae
crates/bevy_app/src/app.rs
@@ -559,7 +559,7 @@ impl App {
559
/// Setup the application to manage events of type `T`.
560
///
561
/// This is done by adding a [`Resource`] of type [`Events::<T>`],
562
- /// and inserting an [`update_system`](Events::update_system) into [`CoreStage::First`].
+ /// and inserting an [`update_system`](Events::update_system) into [`CoreSet::First`].
563
564
/// See [`Events`] for defining events.
565
0 commit comments