From bc04887b35d9007559090239f57ad549f0cdd570 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 25 Oct 2022 13:15:52 -0600 Subject: [PATCH] Update docstring again --- src/buffer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.rs b/src/buffer.rs index 1f05897..61e4ac4 100644 --- a/src/buffer.rs +++ b/src/buffer.rs @@ -80,7 +80,7 @@ pub struct TextLayoutRun<'a> { pub line_i: TextLineIndex, /// The original text line pub text: &'a str, - /// True if the original paragraph starts from the right + /// True if the original paragraph direction is RTL pub rtl: bool, /// The array of layout glyphs to draw pub glyphs: &'a [LayoutGlyph],