From 3571dcd68cccc054b7dca4d88cd248bd529ae908 Mon Sep 17 00:00:00 2001 From: leafjolt Date: Sat, 27 Feb 2021 14:25:26 -0600 Subject: [PATCH] Update window.rs (#1871) --- src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.rs b/src/window.rs index 052f5746..46da474a 100644 --- a/src/window.rs +++ b/src/window.rs @@ -526,7 +526,7 @@ impl Window { /// /// ## Platform-specific /// - /// - **iOS / Andraid / Web:** Unsupported. + /// - **iOS / Android / Web:** Unsupported. #[inline] pub fn set_max_inner_size>(&self, max_size: Option) { self.window.set_max_inner_size(max_size.map(|s| s.into()))