aboutsummaryrefslogtreecommitdiff
path: root/src/window
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-05-12 08:16:01 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-05-12 08:26:39 +0300
commit9c103f1f1d3636d28d2759138e4ebf9eebbe5e0c (patch)
treee1d98abbb8fd5c2b185c64c62c0651b5834bc011 /src/window
parent2aff1ec71a46487439d8785fd54c53dabe77023e (diff)
downloadniri-9c103f1f1d3636d28d2759138e4ebf9eebbe5e0c.tar.gz
niri-9c103f1f1d3636d28d2759138e4ebf9eebbe5e0c.tar.bz2
niri-9c103f1f1d3636d28d2759138e4ebf9eebbe5e0c.zip
Add missing "to" in comment
Diffstat (limited to 'src/window')
-rw-r--r--src/window/mod.rs2
1 files changed, 1 insertions, 1 deletions
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<bool>,
- /// Whether bob this window up and down.
+ /// Whether to bob this window up and down.
pub baba_is_float: Option<bool>,
/// Whether to block out this window from certain render targets.