From 2613eb4c3f34a20fef02712d58af34e9b5200e6e Mon Sep 17 00:00:00 2001 From: Jaro Date: Tue, 14 Mar 2023 07:10:47 +0100 Subject: [PATCH] Fix typo in comment. --- src/Data/Text/ParagraphLayout/Internal/Span.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Text/ParagraphLayout/Internal/Span.hs b/src/Data/Text/ParagraphLayout/Internal/Span.hs index 21441be..8399f69 100644 --- a/src/Data/Text/ParagraphLayout/Internal/Span.hs +++ b/src/Data/Text/ParagraphLayout/Internal/Span.hs @@ -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] -- 2.30.2