From d9bc86e925ceb7af89ba74edc8e0b09933ed1866 Mon Sep 17 00:00:00 2001 From: Jaro Date: Sat, 8 Apr 2023 01:15:17 +0200 Subject: [PATCH] Correct comment about fragmentation. --- src/Data/Text/ParagraphLayout/Internal/Span.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Data/Text/ParagraphLayout/Internal/Span.hs b/src/Data/Text/ParagraphLayout/Internal/Span.hs index 292c49a..59d4ce8 100644 --- a/src/Data/Text/ParagraphLayout/Internal/Span.hs +++ b/src/Data/Text/ParagraphLayout/Internal/Span.hs @@ -41,8 +41,8 @@ data SpanOptions = SpanOptions } deriving (Eq, Read, Show) --- | The resulting layout of each span, which may include multiple fragments if --- broken over multiple lines. +-- | The resulting layout of each span, which may include multiple fragments +-- as required by line breaking, text writing direction, and changes of script. data SpanLayout = SpanLayout [Fragment] -- TODO: Consider merging fragments created by script changes. deriving (Eq, Read, Show) -- 2.30.2