diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-08-02 22:05:49 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-08-02 22:05:49 +0200 |
| commit | 266d457292e7461d448f9141030028ea68b573d1 (patch) | |
| tree | ff3ff3cc289d34040db421b6a7faa1f2aa402b05 /src/layout/elements.rs | |
| parent | cbbc46215fe0a0ad8a50e991ec442890b8eadc0a (diff) | |
Refactor model into tree 🛒
Diffstat (limited to 'src/layout/elements.rs')
| -rw-r--r-- | src/layout/elements.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/layout/elements.rs b/src/layout/elements.rs index e524e1fd..92b53ae8 100644 --- a/src/layout/elements.rs +++ b/src/layout/elements.rs @@ -35,8 +35,7 @@ impl Default for LayoutElements { } } -/// A layouting action, which is the basic building block layouts are composed -/// of. +/// A layout element, which is the basic building block layouts are composed of. #[derive(Debug, Clone, PartialEq)] pub enum LayoutElement { /// Shaped text. |
