diff options
Diffstat (limited to 'library/src/layout/hide.rs')
| -rw-r--r-- | library/src/layout/hide.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/hide.rs b/library/src/layout/hide.rs index 7c954401..c6e83e0c 100644 --- a/library/src/layout/hide.rs +++ b/library/src/layout/hide.rs @@ -1,6 +1,6 @@ use crate::prelude::*; -/// Hide content without affecting layout. +/// Hides content without affecting layout. /// /// The `hide` function allows you to hide content while the layout still 'sees' /// it. This is useful to create whitespace that is exactly as large as some |
