Fix misleading code comment.
This commit is contained in:
parent
62c5d17d3f
commit
5c8e12b64b
1 changed files with 1 additions and 2 deletions
|
@ -416,8 +416,7 @@ capitalize = walk go
|
||||||
go x = x
|
go x = x
|
||||||
|
|
||||||
-- | Change final list item from @Para@ to @Plain@ if the list contains
|
-- | Change final list item from @Para@ to @Plain@ if the list contains
|
||||||
-- no other @Para@ blocks. Like compactify, but operates on @Blocks@ rather
|
-- no other @Para@ blocks.
|
||||||
-- than @[Block]@.
|
|
||||||
compactify :: [Blocks] -- ^ List of list items (each a list of blocks)
|
compactify :: [Blocks] -- ^ List of list items (each a list of blocks)
|
||||||
-> [Blocks]
|
-> [Blocks]
|
||||||
compactify [] = []
|
compactify [] = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue