|
// The close paren we need may not be the next one in the file |
Our suggestion:
“the close paren we need may not be the next one in the file” sounds really vague. We think this is potentially misinformation. We believe this can be more clearly stated as “the closing parenthesis may not be the next character that exists after the link, therefore we need to call the findCloseParen method to make sure”.
markdown-parser/MarkdownParse.java
Line 67 in 8dd87e6
Our suggestion:
“the close paren we need may not be the next one in the file” sounds really vague. We think this is potentially misinformation. We believe this can be more clearly stated as “the closing parenthesis may not be the next character that exists after the link, therefore we need to call the findCloseParen method to make sure”.