Skip to content

Commit db130e7

Browse files
authored
fix typo from let's you to let you (apache#57)
* fix typo from let's you to let you * fixtypo let to lets
1 parent 493616e commit db130e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
* </pre>
107107
*
108108
* <p>
109-
* Calling {@link #withHeader(String...)} let's you use the given names to address values in a {@link CSVRecord}, and
109+
* Calling {@link #withHeader(String...)} lets you use the given names to address values in a {@link CSVRecord}, and
110110
* assumes that your CSV source does not contain a first record that also defines column names.
111111
*
112112
* If it does, then you are overriding this metadata with your names and you should skip the first record by calling

0 commit comments

Comments
 (0)