Skip to content

Commit 58a9e10

Browse files
authored
Improve Quote help text
It took me finding this issue #1509 before I could figure out what went wrong.
1 parent 852bd46 commit 58a9e10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CsvHelper/Configuration/IParserConfiguration.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ public interface IParserConfiguration
114114

115115
/// <summary>
116116
/// Gets the character used to quote fields.
117-
/// Default is '"'.
117+
/// Default is '"' Normally if you change this
118+
/// value, you need to change <see cref="Escape"/> too.
118119
/// </summary>
119120
char Quote { get; }
120121

0 commit comments

Comments
 (0)