Update comment

This commit is contained in:
2025-05-20 12:21:45 -05:00
parent 0fb651fffc
commit 58d3142855

View File

@@ -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