diff options
| author | Laurenz Mädje <laurmaedje@gmail.com> | 2019-06-02 12:39:59 +0200 |
|---|---|---|
| committer | Laurenz Mädje <laurmaedje@gmail.com> | 2019-06-02 12:39:59 +0200 |
| commit | c4eb4ee36261be8832b2649cc075edee188be5c7 (patch) | |
| tree | 89be1ddd97f64cf5f8eaec62f67733a46766eb43 /src/doc.rs | |
| parent | 0274e9381064fa5942aa15b24a0a092832433859 (diff) | |
Fix some documentation 🚧
Diffstat (limited to 'src/doc.rs')
| -rw-r--r-- | src/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ pub struct Page { pub actions: Vec<TextAction>, } -/// A series of text layouting actions. +/// A text layouting action. #[derive(Debug, Clone)] pub enum TextAction { /// Move from the _start_ of the current line by an (x, y) offset. |
