From db130e71784f18624debe3f8f763523ff1dd53c4 Mon Sep 17 00:00:00 2001 From: Chen <50514813+dota17@users.noreply.github.com> Date: Thu, 13 Feb 2020 21:47:23 +0800 Subject: [PATCH] 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 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