Fix documentation: missing boxSpacing.
1 files changed, 1 insertions(+), 1 deletions(-) M src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs
M src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs => src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs +1 -1
@@ 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,