Skip to content

Commit 01a43ae

Browse files
Doc link
1 parent acb3f24 commit 01a43ae

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
@@ -559,7 +559,7 @@ impl App {
559559
/// Setup the application to manage events of type `T`.
560560
///
561561
/// This is done by adding a [`Resource`] of type [`Events::<T>`],
562-
/// and inserting an [`update_system`](Events::update_system) into [`CoreStage::First`].
562+
/// and inserting an [`update_system`](Events::update_system) into [`CoreSet::First`].
563563
///
564564
/// See [`Events`] for defining events.
565565
///

0 commit comments

Comments
 (0)