From 9c103f1f1d3636d28d2759138e4ebf9eebbe5e0c Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 12 May 2025 08:16:01 +0300 Subject: Add missing "to" in comment --- src/window/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/window/mod.rs b/src/window/mod.rs index 0b94d04d..e0893b79 100644 --- a/src/window/mod.rs +++ b/src/window/mod.rs @@ -100,7 +100,7 @@ pub struct ResolvedWindowRules { /// Whether to clip this window to its geometry, including the corner radius. pub clip_to_geometry: Option, - /// Whether bob this window up and down. + /// Whether to bob this window up and down. pub baba_is_float: Option, /// Whether to block out this window from certain render targets. -- cgit