Skip to content

Commit e53ae82

Browse files
committedSep 21, 2017
Revise comment
1 parent 7014fe7 commit e53ae82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎comark-parser/src/Comark/Parser.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ processLine (lineNumber, txt) = do
440440
, ct /= IndentedCode
441441
-> addLeaf lineNumber (TextLine t)
442442

443-
-- A special case: Lazy continuation of a list item looking like
443+
-- Special case: Lazy continuation of a list item looking like
444444
-- indented code e.g:
445445
-- " 1. Paragraph"
446446
-- " with two lines"

0 commit comments

Comments
 (0)
Please sign in to comment.