diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window/mod.rs | 2 |
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. |
