~jaro/balkon

d9bc86e925ceb7af89ba74edc8e0b09933ed1866 — Jaro 1 year, 5 months ago 4504fe0
Correct comment about fragmentation.
1 files changed, 2 insertions(+), 2 deletions(-)

M src/Data/Text/ParagraphLayout/Internal/Span.hs
M src/Data/Text/ParagraphLayout/Internal/Span.hs => src/Data/Text/ParagraphLayout/Internal/Span.hs +2 -2
@@ 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)