From 649c71ecf255c04460042a15c82ef0d5e185b295 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 20 Feb 2024 16:08:04 +0400 Subject: [PATCH] Update src/window.rs Co-authored-by: Mads Marquart --- src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.rs b/src/window.rs index 5fc9d1b76e6..a8533ba374c 100644 --- a/src/window.rs +++ b/src/window.rs @@ -206,7 +206,7 @@ unsafe impl Send for SendSyncRawWindowHandle {} unsafe impl Sync for SendSyncRawWindowHandle {} impl WindowAttributes { - /// Initializes a new builder with default values. + /// Initializes new attributes with default values. #[inline] #[deprecated = "use `Window::default_attributes` instead"] pub fn new() -> Self {