git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-13 17:42:06 +00:00
parent 9f6d3f5413
commit d37f1a6ed7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ abstract class Lexer {
}
/**
* Greedy - accepts \n, \r and \r\n This checker consumes silently the second control-character...
* Greedily accepts \n, \r and \r\n This checker consumes silently the second control-character...
*
* @return true if the given character is a line-terminator
*/