fix typo from let's you to let you (#57)

* fix typo from let's you to let you

* fixtypo let to lets
This commit is contained in:
Chen 2020-02-13 21:47:23 +08:00 committed by GitHub
parent 493616e35c
commit db130e7178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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