diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-21 16:19:46 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-21 16:19:46 +0100 |
| commit | 31f904a2c406953cbce334e02b37a712b9b9d016 (patch) | |
| tree | c23f6e063864d97afb9b3d58c10ce4c2877106c5 /library/src/layout/hide.rs | |
| parent | 4af7b9118c5ce612b3d9d7dd06118ce23b731d9c (diff) | |
Split up and document shapes
Diffstat (limited to 'library/src/layout/hide.rs')
| -rw-r--r-- | library/src/layout/hide.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/src/layout/hide.rs b/library/src/layout/hide.rs index a63a4974..01ae48c5 100644 --- a/library/src/layout/hide.rs +++ b/library/src/layout/hide.rs @@ -4,9 +4,9 @@ use crate::prelude::*; /// Hide content without affecting layout. /// /// The `hide` function allows you to hide content while the layout still 'sees' -/// it. This is useful to create to create whitespace that is exactly as large -/// as some content. It may also be useful to redact content because its -/// arguments are not included in the output. +/// it. This is useful to create whitespace that is exactly as large as some +/// content. It may also be useful to redact content because its arguments are +/// not included in the output. /// /// ## Example /// ``` |
