summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.rs b/src/doc.rs
index 4f87a7f2..d6568ecd 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -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.