From 48a4d5c8a34df1f9f5d9b36d949416eae756a3d7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 31 Jan 2025 19:24:26 +0300 Subject: Fix typo in comment --- src/window/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window') diff --git a/src/window/mod.rs b/src/window/mod.rs index 84c33d5e..92023032 100644 --- a/src/window/mod.rs +++ b/src/window/mod.rs @@ -41,7 +41,7 @@ pub struct ResolvedWindowRules { /// /// - `None`: unset (global default should be used). /// - `Some(None)`: set to empty (window picks its own height). - /// - `Some(Some(width))`: set to a particular height. + /// - `Some(Some(height))`: set to a particular height. pub default_height: Option>, /// Default floating position for this window. -- cgit