diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index e304bccb..a75b8633 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -106,7 +106,7 @@ import java.util.Set; * * *
- * 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 * assumes that your CSV source does not contain a first record that also defines column names. * * If it does, then you are overriding this metadata with your names and you should skip the first record by calling