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)