From ac8fab30da552128556242e1890bbb73407a8639 Mon Sep 17 00:00:00 2001 From: Jaro Date: Thu, 18 May 2023 05:34:44 +0200 Subject: [PATCH] Fix documentation: missing boxSpacing. --- src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs b/src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs index 1a96ed7..028799a 100644 --- a/src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs +++ b/src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs @@ -15,7 +15,7 @@ import Data.Int (Int32) data BoxOptions = BoxOptions { boxSpacing :: BoxSpacing - -- Determines amount of empty space to add before the first fragment + -- ^ Determines amount of empty space to add before the first fragment -- and/or after the last fragment of this box. -- -- This can be used to reserve space for a left margin, border, -- 2.30.2