We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493616e commit db130e7Copy full SHA for db130e7
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -106,7 +106,7 @@
106
* </pre>
107
*
108
* <p>
109
- * Calling {@link #withHeader(String...)} let's you use the given names to address values in a {@link CSVRecord}, and
+ * Calling {@link #withHeader(String...)} lets you use the given names to address values in a {@link CSVRecord}, and
110
* assumes that your CSV source does not contain a first record that also defines column names.
111
112
* If it does, then you are overriding this metadata with your names and you should skip the first record by calling
0 commit comments