csvdocument: more precise comment

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2521 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
vvzh
2012-09-18 22:06:26 +00:00
parent 271226ddfb
commit d06f7b4a54

View File

@ -458,7 +458,7 @@ begin
NextChar;
end;
// Parses next cell; returns true if it could be parsed.
// Parses next cell; returns True if there are more cells in the input stream.
function TCSVParser.ParseNextCell: Boolean;
var
LineColCount: Integer;