This commit is contained in:
Gary Gregory 2023-08-30 09:12:10 -04:00
parent 386e6e7cc1
commit e613a3cc1b
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ final class Lexer implements Closeable {
* the current token
* @return a valid token object
* @throws IOException
* Thrown when in an invalid state: EOF before closing encapsulator or invalid character before
* Thrown when in an invalid state: EOF before closing encapsulator or invalid character before
* delimiter or EOL.
*/
private Token parseEncapsulatedToken(final Token token) throws IOException {