Skip to content

Commit

Permalink
Fix Parser javadoc of ParseContext.SPLIT_LINE, fixes #733
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Oct 23, 2021
1 parent ae78e09 commit 997496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/src/main/java/org/jline/reader/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ enum ParseContext {

/** Parsed words will have all characters present in input line
* including quotes and escape chars.
* May throw EOFError in which case we have incomplete input.
* We should tolerate and ignore errors.
*/
SPLIT_LINE,

Expand Down

0 comments on commit 997496e

Please sign in to comment.