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:
parent
493616e35c
commit
db130e7178
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue