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