From c4eb4ee36261be8832b2649cc075edee188be5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurenz=20M=C3=A4dje?= Date: Sun, 2 Jun 2019 12:39:59 +0200 Subject: =?UTF-8?q?Fix=20some=20documentation=20=F0=9F=9A=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/doc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc.rs') 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, } -/// 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. -- cgit v1.2.3