summaryrefslogtreecommitdiff
path: root/src/library/text/repeat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/text/repeat.rs')
-rw-r--r--src/library/text/repeat.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/text/repeat.rs b/src/library/text/repeat.rs
index a3e83ac7..aca281fc 100644
--- a/src/library/text/repeat.rs
+++ b/src/library/text/repeat.rs
@@ -1,6 +1,6 @@
use crate::library::prelude::*;
-/// Fill space by repeating something horizontally.
+/// A node that should be repeated to fill up a line.
#[derive(Debug, Hash)]
pub struct RepeatNode(pub LayoutNode);