diff --git a/crates/bevy_window/src/system_cursor.rs b/crates/bevy_window/src/system_cursor.rs index 2de70d085e3977..3999a44a601a30 100644 --- a/crates/bevy_window/src/system_cursor.rs +++ b/crates/bevy_window/src/system_cursor.rs @@ -107,7 +107,7 @@ pub enum SystemCursorIcon { Pointer, /// A progress indicator. The program is performing some processing, but is - /// different from [`NativeCursorIcon::Wait`] in that the user may still interact + /// different from [`SystemCursorIcon::Wait`] in that the user may still interact /// with the program. Progress,