Fix `blanklines' documentation (#3843)
This commit is contained in:
parent
d752f85582
commit
c95cc813cc
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue