Update window.rs (#1871)

This commit is contained in:
leafjolt 2021-02-27 14:25:26 -06:00 committed by GitHub
parent 952edcb804
commit 3571dcd68c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -526,7 +526,7 @@ impl Window {
///
/// ## Platform-specific
///
/// - **iOS / Andraid / Web:** Unsupported.
/// - **iOS / Android / Web:** Unsupported.
#[inline]
pub fn set_max_inner_size<S: Into<Size>>(&self, max_size: Option<S>) {
self.window.set_max_inner_size(max_size.map(|s| s.into()))