diff --git a/components/csvdocument/csvdocument.pas b/components/csvdocument/csvdocument.pas index 7331ffb35..5c7bd35c0 100644 --- a/components/csvdocument/csvdocument.pas +++ b/components/csvdocument/csvdocument.pas @@ -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;