~jaro/balkon

e7cfa46db489fb319f0191c54292d92209be88a1 — Jaro 1 year, 1 month ago 9882655
Fix documentation: incorrect reference.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/Data/Text/ParagraphLayout/Internal/ResolvedSpan.hs
M src/Data/Text/ParagraphLayout/Internal/ResolvedSpan.hs => src/Data/Text/ParagraphLayout/Internal/ResolvedSpan.hs +1 -1
@@ 34,7 34,7 @@ instance Eq ResolvedSpan where
instance TextContainer ResolvedSpan where
    getText = spanText

-- | Wrapper for temporarily mapping the relationship to a `Span`.
-- | Wrapper for temporarily mapping the relationship to a `ResolvedSpan`.
data WithSpan a = WithSpan ResolvedSpan a

instance Functor WithSpan where