fix: docs

This commit is contained in:
Ashley Wulber 2024-10-21 10:57:29 -04:00 committed by Jeremy Soller
parent 533e099cf6
commit 6f5d096be2
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ pub struct Context {
pub panel_type: PanelType,
/// Includes the configured size of the window.
/// This can be used by apples to handle overflow themselves.
pub suggested_bounds: Option<(iced::Size)>,
pub suggested_bounds: Option<iced::Size>,
}
#[derive(Clone, Debug, PartialEq, Eq)]