aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index dd7aac64..9873d2f8 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -445,7 +445,7 @@ collect name doc_so_far (decl:ds) =
Nothing -> collect name (doc_so_far ++ str) ds
Just n -> finishedDoc n doc_so_far (collect Nothing str ds)
- HsDocCommentPrev str -> collect name (doc_so_far++str) ds
+ HsDocCommentPrev str -> collect name (doc_so_far ++ str) ds
_other ->
docsFromDecl decl ++