Fix documentation of ProtoFragment after RTL placement.
1 files changed, 1 insertions(+), 1 deletions(-) M src/Data/Text/ParagraphLayout/Internal/ProtoFragment.hs
M src/Data/Text/ParagraphLayout/Internal/ProtoFragment.hs => src/Data/Text/ParagraphLayout/Internal/ProtoFragment.hs +1 -1
@@ 4,7 4,7 @@ where import Data.Int (Int32) import Data.Text.Glyphize (Direction, GlyphInfo, GlyphPos) -- | A box fragment positioned within an indeterminate line. -- | A box fragment which has not been positioned yet. data ProtoFragment = ProtoFragment { direction :: Maybe Direction -- ^ Text direction, which is constant within a fragment.