From e9a66c263f577e003e031e881e3b8bf1e7938ea0 Mon Sep 17 00:00:00 2001 From: Jaro Date: Thu, 18 May 2023 14:49:03 +0200 Subject: [PATCH] Fix documentation: link to layoutRich. --- src/Data/Text/ParagraphLayout/Internal/Rich/Paragraph.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Data/Text/ParagraphLayout/Internal/Rich/Paragraph.hs b/src/Data/Text/ParagraphLayout/Internal/Rich/Paragraph.hs index 8270b24..18a7a7d 100644 --- a/src/Data/Text/ParagraphLayout/Internal/Rich/Paragraph.hs +++ b/src/Data/Text/ParagraphLayout/Internal/Rich/Paragraph.hs @@ -68,7 +68,8 @@ constructParagraph -> ParagraphOptions -- ^ Options to apply to the paragraph as a whole. -> Paragraph d - -- ^ Constructed paragraph that can be passed to `layoutRich`. + -- ^ Constructed paragraph that can be passed to + -- `Data.Text.ParagraphLayout.Rich.layoutRich`. constructParagraph prefix root suffix = Paragraph arr afterPrefix root' where (Text arr beforePrefix _) = txt -- 2.30.2