Skip to content

Commit

Permalink
Merge branch 'master' of github.com:davedelong/CHCSVParser
Browse files Browse the repository at this point in the history
  • Loading branch information
davedelong committed Jan 31, 2015
2 parents d90d641 + aaeb762 commit d321fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHCSVParser/CHCSVParser/CHCSVParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ typedef NS_OPTIONS(NSUInteger, CHCSVParserOptions) {
*/
CHCSVParserOptionsTrimsWhitespace = 1 << 3,
/**
* When you specify this option, instead of gettin an Array of Arrays of Strings,
* When you specify this option, instead of getting an Array of Arrays of Strings,
* you get an Array of @c CHCSVOrderedDictionary instances.
* If the file only contains a single line, then an empty array is returned.
*/
Expand Down

0 comments on commit d321fe1

Please sign in to comment.