Skip to content

Commit 665a748

Browse files
committed
update doc
1 parent 7ba7757 commit 665a748

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/bevy_window/src/window.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ pub struct WindowId(Uuid);
1616
///
1717
/// `Immediate` or `Mailbox` will gracefully fallback to `Fifo` when unavailable.
1818
///
19-
/// The presentation mode may be declared in the [`WindowDescriptor`](WindowDescriptor::present_mode)
20-
/// or updated on a [`Window`](Window::set_present_mode).
19+
/// The presentation mode may be declared in the
20+
/// [`WindowSetupDescriptor`](WindowSetupDescriptor::present_mode) or updated on a
21+
/// [`Window`](Window::set_present_mode).
2122
#[repr(C)]
2223
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
2324
#[doc(alias = "vsync")]

0 commit comments

Comments
 (0)