From 520267372b6484d24cb7029e61dd885e07909db5 Mon Sep 17 00:00:00 2001 From: Jaro Date: Thu, 9 Mar 2023 12:18:54 +0100 Subject: [PATCH] Fix documentation of ProtoFragment after RTL placement. --- src/Data/Text/ParagraphLayout/Internal/ProtoFragment.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Text/ParagraphLayout/Internal/ProtoFragment.hs b/src/Data/Text/ParagraphLayout/Internal/ProtoFragment.hs index bd594aa..c5ae878 100644 --- a/src/Data/Text/ParagraphLayout/Internal/ProtoFragment.hs +++ b/src/Data/Text/ParagraphLayout/Internal/ProtoFragment.hs @@ -4,7 +4,7 @@ where import Data.Int (Int32) import Data.Text.Glyphize (Direction, GlyphInfo, GlyphPos) --- | A box fragment positioned within an indeterminate line. +-- | A box fragment which has not been positioned yet. data ProtoFragment = ProtoFragment { direction :: Maybe Direction -- ^ Text direction, which is constant within a fragment. -- 2.30.2