This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new db130e7 fix typo from let's you to let you (#57) db130e7 is described below commit db130e71784f18624debe3f8f763523ff1dd53c4 Author: Chen <50514813+dot...@users.noreply.github.com> AuthorDate: Thu Feb 13 21:47:23 2020 +0800 fix typo from let's you to let you (#57) * fix typo from let's you to let you * fixtypo let to lets --- src/main/java/org/apache/commons/csv/CSVFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index e304bcc..a75b863 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; * </pre> * * <p> - * 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