From c95cc813ccfbe507f30ace5e8d6d0f6787e75db0 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 8 Aug 2017 18:44:18 +0300 Subject: Fix `blanklines' documentation (#3843) --- src/Text/Pandoc/Pretty.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Pretty.hs b/src/Text/Pandoc/Pretty.hs index 1b3c647a1..b5600ad39 100644 --- a/src/Text/Pandoc/Pretty.hs +++ b/src/Text/Pandoc/Pretty.hs @@ -398,8 +398,8 @@ cr = Doc $ singleton CarriageReturn blankline :: Doc blankline = Doc $ singleton (BlankLines 1) --- | Inserts a blank lines unless they exists already. --- (@blanklines m <> blanklines n@ has the same effect as @blankline (max m n)@. +-- | Inserts blank lines unless they exist already. +-- (@blanklines m <> blanklines n@ has the same effect as @blanklines (max m n)@. blanklines :: Int -> Doc blanklines n = Doc $ singleton (BlankLines n) -- cgit v1.2.3