From 58d314285516d6a4bf50902f44afaf36bddfd79e Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Tue, 20 May 2025 12:21:45 -0500 Subject: [PATCH] Update comment --- src/MdToHTML.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MdToHTML.hs b/src/MdToHTML.hs index 3e3e1d5..9fb6613 100644 --- a/src/MdToHTML.hs +++ b/src/MdToHTML.hs @@ -260,7 +260,7 @@ listLineParsers = allParsers :: [ReadP MdToken] allParsers = parseHeader : lineParsers --- Parse any of the above tokens. +-- Parse any of the line tokens. parseLineToken :: ReadP MdToken parseLineToken = choice lineParsers