Skip to content

Commit 46da546

Browse files
committed
Fix doc
1 parent 8538a3c commit 46da546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_window/src/system_cursor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub enum SystemCursorIcon {
107107
Pointer,
108108

109109
/// A progress indicator. The program is performing some processing, but is
110-
/// different from [`NativeCursorIcon::Wait`] in that the user may still interact
110+
/// different from [`SystemCursorIcon::Wait`] in that the user may still interact
111111
/// with the program.
112112
Progress,
113113

0 commit comments

Comments
 (0)