Skip to content

Commit f8231a9

Browse files
Update src/fread.c
Co-authored-by: Michael Chirico <[email protected]>
1 parent 767c259 commit f8231a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ enum quoteRule
5252
// For example: <<...,"hello "world"",...>>
5353
QUOTE_RULE_HYBRID,
5454

55-
// Fields are not quoted at all.Any quote characters appearing anywhere
55+
// Fields are not quoted at all. Any quote characters appearing anywhere
5656
// inside the field will be treated as any other regular characters.
5757
// Example: <<...,hello "world",...>>
5858
QUOTE_RULE_IGNORE_QUOTES,

0 commit comments

Comments
 (0)