~jaro/balkon

2613eb4c3f34a20fef02712d58af34e9b5200e6e — Jaro 1 year, 1 month ago dcc5161
Fix typo in comment.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/Data/Text/ParagraphLayout/Internal/Span.hs
M src/Data/Text/ParagraphLayout/Internal/Span.hs => src/Data/Text/ParagraphLayout/Internal/Span.hs +1 -1
@@ 40,7 40,7 @@ data SpanOptions = SpanOptions
-- | The resulting layout of each span, which may include multiple fragments if
-- broken over multiple lines.
data SpanLayout = SpanLayout [Fragment]
    -- TODO: Consider merging. fragments created by script changes.
    -- TODO: Consider merging fragments created by script changes.
    deriving (Eq, Read, Show)

spanRects :: SpanLayout -> [Rect Int32]